Skip to content

Commit

Permalink
Merge pull request #17 from andreasnoack/an/compat
Browse files Browse the repository at this point in the history
Add compat entry for BinaryProvider
  • Loading branch information
andreasnoack authored Feb 16, 2020
2 parents a9ce429 + 0b1ce47 commit 514adcb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
BinaryProvider = "0.5"

2 comments on commit 514adcb

@andreasnoack
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
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/9576

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 v1.5.0 -m "<description of version>" 514adcb966f734ea2bff8ddbaf68a556ed4cacd7
git push origin v1.5.0

Please sign in to comment.