Skip to content

Commit

Permalink
Added compat bounds to StableRNGs
Browse files Browse the repository at this point in the history
  • Loading branch information
MrUrq committed Oct 29, 2020
1 parent 61b71d7 commit c4b2e15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
StatsBase = "^0.32, 0.33"
StableRNGs = "^1.0"
julia = "^1.0"

2 comments on commit c4b2e15

@MrUrq
Copy link
Owner Author

@MrUrq MrUrq commented on c4b2e15 Oct 29, 2020

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/23849

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 v1.7.0 -m "<description of version>" c4b2e15f8a62057267f96e4bb747f68ab73fd88e
git push origin v1.7.0

Please sign in to comment.