Skip to content

Commit

Permalink
Project.toml: adjust compat section
Browse files Browse the repository at this point in the history
  • Loading branch information
fhs committed Jan 20, 2020
1 parent 8305ae5 commit 631a4ab
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"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"

[compat]
BinaryProvider = "≥ 0.3.0"
julia = "0.7.0"
BinaryProvider = "0.5.8"
julia = "0.7, 1"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down

3 comments on commit 631a4ab

@fhs
Copy link
Owner Author

@fhs fhs commented on 631a4ab Jan 20, 2020

Choose a reason for hiding this comment

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

@JuliaRegistrator register

Update #63

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

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.8.4 -m "<description of version>" 631a4ab603f07cb6f28f4b06488988505ea4f11b
git push origin v0.8.4

@fchorney
Copy link
Contributor

Choose a reason for hiding this comment

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

Thanks! I ended up having to ping somebody in the #pkg-registration channel on the official julia slack to get this one merged in. :)

Please sign in to comment.