Skip to content

Commit

Permalink
Bump zarrs to 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LDeakin committed Jul 7, 2024
1 parent 5cb9b6f commit 460b1a4
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 30 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- `zarrs_info`: add group metadata support

### Changed
- Bump `zarrs` to 0.15.0

## [0.5.0] - 2024-07-02

### Added
Expand Down
55 changes: 28 additions & 27 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ sysinfo = "0.30.6"
tempfile = "3.10.1"
thiserror = "1.0.57"
tokio = { version = "1.34.0", features = ["macros", "rt-multi-thread"] }
zarrs = { version = "0.15.0-beta.2", features = ["http"] }
zarrs = { version = "0.15.0", features = ["http"] }

[[bin]]
name = "zarrs_benchmark_read_sync"
Expand Down Expand Up @@ -105,6 +105,6 @@ strip = true
# aarch64-apple-darwin = "macos-14"
# x86_64-apple-darwin = "macos-12"

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

0 comments on commit 460b1a4

Please sign in to comment.