Skip to content

Commit

Permalink
Bump zarrs to 0.18.0 (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
LDeakin authored Nov 23, 2024
1 parent 88212ab commit 768b921
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 69 deletions.
120 changes: 54 additions & 66 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "zarrs_ffi"
description = "FFI bindings for the zarrs crate"
version = "0.8.4"
version = "0.8.5"
authors = ["Lachlan Deakin <ljdgit@gmail.com>"]
edition = "2021"
rust-version = "1.76"
Expand Down 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 = "0.17.0"
zarrs = "0.18.0"

# [patch.crates-io]
# zarrs = { path = "../zarrs" }
Expand Down
2 changes: 1 addition & 1 deletion src/version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ mod tests {

int main() {
assert(zarrsVersionMajor() == 0);
assert(zarrsVersionMinor() == 17);
assert(zarrsVersionMinor() == 18);
}
})
.success();
Expand Down

0 comments on commit 768b921

Please sign in to comment.