Skip to content

Commit

Permalink
Merge pull request #110 from JuliaMath/os-remove-datastructure-compat
Browse files Browse the repository at this point in the history
remove datastructures compat entry.
  • Loading branch information
oscardssmith authored Mar 29, 2022
2 parents 4ab9638 + 59ed758 commit 88d6227
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "Primes"
uuid = "27ebfcd6-29c5-5fa9-bf4b-fb8fc14df3ae"
version = "0.5.1"
version = "0.5.2"

[deps]
IntegerMathUtils = "18e54dd8-cb9d-406c-a71d-865a43cbb235"
Expand All @@ -14,6 +14,5 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
test = ["DataStructures", "IntegerMathUtils", "Test"]

[compat]
DataStructures = "0.11, 0.12, 0.13, 0.14, 0.15, 0.16, 0.17, 0.18"
IntegerMathUtils = "0.1"
julia = "1"

4 comments on commit 88d6227

@oscardssmith
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.

Error while trying to register: Register Failed
@oscardssmith, it looks like you are not a publicly listed member/owner in the parent organization (JuliaMath).
If you are a member/owner, you will need to change your membership to public. See GitHub Help

@oscardssmith
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 created: JuliaRegistries/General/57577

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.5.2 -m "<description of version>" 88d62274eb7638a0358a87b1b03bfbd179351710
git push origin v0.5.2

Please sign in to comment.