Skip to content

Commit

Permalink
Bump zfp-sys to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LDeakin committed Nov 28, 2024
1 parent e7a8720 commit 09d6aac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed
- Bump `zfp-sys` to 0.3.0

## [0.18.0] - 2024-11-23

### Announcements
Expand Down
4 changes: 2 additions & 2 deletions zarrs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zarrs"
version = "0.18.0"
version = "0.18.1"
authors = ["Lachlan Deakin <[email protected]>"]
edition = "2021"
rust-version = "1.77"
Expand Down Expand Up @@ -69,7 +69,7 @@ unsafe_cell_slice = "0.2.0"
zarrs_filesystem = { workspace = true, optional = true }
zarrs_metadata = { workspace = true }
zarrs_storage = { workspace = true }
zfp-sys = {version = "0.2.0", features = ["static"], optional = true }
zfp-sys = {version = "0.3.0", features = ["static"], optional = true }
zstd = { version = "0.13.1", features = ["zstdmt"], optional = true }

[dependencies.num-complex]
Expand Down

0 comments on commit 09d6aac

Please sign in to comment.