Skip to content

Commit

Permalink
Bump zarrs to 0.18.0-dev (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
LDeakin authored Nov 1, 2024
1 parent c13e173 commit 25a6539
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 39 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [#12](https://github.com/LDeakin/zarrs_tools/pull/12) Bump netcdf to 0.10.2 by [@magnusuMET]
- **Breaking**: Bump MSRV to 1.80
- Bump `sysinfo` to 0.31
- Bump `zarrs` to 0.17.0
- Bump `zarrs` to 0.18.0-dev
- `ncvar2zarr`:
- Switch to output concurrency
- **Breaking**: Rename `concurrent-blocks` argument to `concurrent-chunks`
Expand Down
45 changes: 17 additions & 28 deletions Cargo.lock

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

14 changes: 4 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ tempfile = "3.10.1"
thiserror = "1.0.57"
tokio = { version = "1.34.0", features = ["macros", "rt-multi-thread"] }
unsafe_cell_slice = "0.1.0"
zarrs = { version = "0.17.0" }
zarrs = { version = "0.18.0-dev" }
# zarrs_object_store = { version = "0.1.0" }
zarrs_opendal = { version = "0.3.0" }

Expand Down Expand Up @@ -114,14 +114,8 @@ lto = "thin"
# aarch64-apple-darwin = "macos-14"
# x86_64-apple-darwin = "macos-12"

# [patch.crates-io]
[patch.crates-io]
# zarrs = { path = "../zarrs/zarrs" }
# zarrs_storage = { path = "../zarrs/zarrs_storage" }
# zarrs_filesystem = { path = "../zarrs/zarrs_filesystem" }
# # zarrs_object_store = { path = "../zarrs/zarrs_object_store" }
# zarrs_opendal = { path = "../zarrs/zarrs_opendal" }
# zarrs = { git = "https://github.com/LDeakin/zarrs.git" }
# zarrs_storage = { git = "https://github.com/LDeakin/zarrs.git" }
# zarrs_filesystem = { git = "https://github.com/LDeakin/zarrs.git" }
# # zarrs_object_store = { git = "https://github.com/LDeakin/zarrs.git" }
# zarrs_opendal = { git = "https://github.com/LDeakin/zarrs.git" }
zarrs = { git = "https://github.com/LDeakin/zarrs.git" }
zarrs_opendal = { git = "https://github.com/LDeakin/zarrs.git" }

0 comments on commit 25a6539

Please sign in to comment.