Skip to content

Commit

Permalink
Bump zarrs to 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LDeakin committed Oct 1, 2024
1 parent bde1495 commit 1d8a2ce
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 35 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed
- Use `FetchContent_MakeAvailable` for `zarrs_ffi` source in `Findzarrs.cmake`
- Bump `zarrs` to 0.17.0-beta.3
- Bump `zarrs` to 0.17.0
- Raise MSRV to 1.76

### Fixed
Expand Down
69 changes: 36 additions & 33 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ cbindgen = { version = "0.27", optional = true }
ffi-support = "0.4.4"
once_cell = "1.18.0"
serde_json = "1.0.71"
zarrs = { version = "0.17.0-beta.3" }
zarrs = "0.17.0"

# [patch.crates-io]
# zarrs = { path = "../zarrs" }
Expand Down

0 comments on commit 1d8a2ce

Please sign in to comment.