Skip to content

Commit

Permalink
require BinDeps 1.0.1 (#122)
Browse files Browse the repository at this point in the history
Fixes #115, which is fixed by JuliaPackaging/BinDeps.jl#416
  • Loading branch information
visr authored Apr 15, 2020
1 parent c4901d5 commit 5860017
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 @@ -3,7 +3,7 @@ uuid = "30363a11-5582-574a-97bb-aa9a979735b9"
keywords = ["NetCDF", "IO"]
license = "MIT"
desc = "NetCDF file reading and writing"
version = "0.10.1"
version = "0.10.2"

[deps]
BinDeps = "9e28174c-4ba2-5203-b857-d8d62c4213ee"
Expand All @@ -13,7 +13,7 @@ Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
DiskArrays = "3c3547ce-8d99-4f5e-a174-61eb10b00ae3"

[compat]
BinDeps = "0.8.10, 1.0"
BinDeps = "1.0.1"
CondaBinDeps = "0.1.0, 0.2"
DiskArrays = "0.2"
Formatting = "0.3.2, 0.4"
Expand Down

2 comments on commit 5860017

@visr
Copy link
Member Author

@visr visr commented on 5860017 Apr 15, 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 created: JuliaRegistries/General/13028

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 v0.10.2 -m "<description of version>" 586001724aadbf5644f1da6bae5327b837e0b3fa
git push origin v0.10.2

Please sign in to comment.