Skip to content

Commit

Permalink
fix dependencies/compat
Browse files Browse the repository at this point in the history
  • Loading branch information
alecloudenback committed Apr 29, 2020
1 parent 603b80c commit 529082c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
12 changes: 0 additions & 12 deletions Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@
[[Base64]]
uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"

[[BinaryProvider]]
deps = ["Libdl", "SHA"]
git-tree-sha1 = "5b08ed6036d9d3f0ee6369410b830f8873d4024c"
uuid = "b99e7846-7c00-51b0-8f62-c81ae34c0232"
version = "0.5.8"

[[DataStructures]]
deps = ["InteractiveUtils", "OrderedCollections"]
git-tree-sha1 = "5a431d46abf2ef2a4d5d00bd0ae61f651cf854c8"
Expand Down Expand Up @@ -119,12 +113,6 @@ uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
[[Sockets]]
uuid = "6462fe0b-24de-5631-8697-dd941f90decc"

[[StringEncodings]]
deps = ["BinaryProvider", "Libdl", "Test"]
git-tree-sha1 = "558e2aa14f061ee6a8b49f55241a74f69b84a196"
uuid = "69024149-9ee7-55f6-a4c4-859efe599b68"
version = "0.3.1"

[[Test]]
deps = ["Distributed", "InteractiveUtils", "Logging", "Random"]
uuid = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ version = "0.8.0"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
StringEncodings = "69024149-9ee7-55f6-a4c4-859efe599b68"
XMLDict = "228000da-037f-5747-90a9-8195ccbf91a5"

[compat]
DataStructures = "^0.16, 0.17"
HTTP = "^0.8"
ProgressMeter = "^1.2"
XMLDict = "0.4"
julia = "^1.3"
Expand Down

2 comments on commit 529082c

@alecloudenback
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/13822

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.8.0 -m "<description of version>" 529082c13efb9dab298aff5500657f8be7618902
git push origin v0.8.0

Please sign in to comment.