Skip to content

Commit

Permalink
Set better specified [compat] entries
Browse files Browse the repository at this point in the history
  • Loading branch information
evetion authored Dec 25, 2019
1 parent 214513e commit a8f0453
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"

[compat]
BinaryProvider = "0.5.0"
CEnum = "0.2.0"
julia = "≥ 1.0.4"
BinaryProvider = "0.5"
CEnum = "0.2"
julia = "1"

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

2 comments on commit a8f0453

@evetion
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 register

Release notes (see #81):

  • GDAL 3.0.2
  • GCC7 for all Linux builds
  • cURL drivers
  • GEOS driver

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

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

Please sign in to comment.