Skip to content

Commit

Permalink
Add upper bounds to compat entries
Browse files Browse the repository at this point in the history
  • Loading branch information
ludvigak authored Oct 29, 2019
1 parent 3fc3c4b commit 1aa0a68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"

[compat]
BinaryProvider = "0.5.2"
SpecialFunctions = "≥ 0.6.0"
BinaryProvider = "^0.5.2"
SpecialFunctions = "^0.8.0"
julia = "^1.0.0"

[extras]
Expand Down

2 comments on commit 1aa0a68

@ludvigak
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register()

@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/4847

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.6.0 -m "<description of version>" 1aa0a682c3dae52f17bd782afb7d5a0713c9240b
git push origin v0.6.0

Please sign in to comment.