From 598495151b9a8e411858eaf3cf79589bbce0a0c1 Mon Sep 17 00:00:00 2001 From: Juniper Tyree <50025784+juntyr@users.noreply.github.com> Date: Sun, 22 Jun 2025 04:05:13 +0000 Subject: [PATCH] Bump zfp-sys to v0.4.1 --- Cargo.toml | 2 +- codecs/zfp-classic/Cargo.toml | 2 +- codecs/zfp/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index dc3507e2..7d98125d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -126,7 +126,7 @@ wit-bindgen = { version = "0.42", default-features = false } wit-component = { version = "0.235", default-features = false } wit-parser = { version = "0.235", default-features = false } wyhash = { version = "0.6", default-features = false } -zfp-sys = { version = "0.4.0", default-features = false } +zfp-sys = { version = "0.4.1", default-features = false } zstd = { version = "0.13", default-features = false } zstd-sys = { version = "2.0.12", default-features = false } diff --git a/codecs/zfp-classic/Cargo.toml b/codecs/zfp-classic/Cargo.toml index d2876928..ffa40bb1 100644 --- a/codecs/zfp-classic/Cargo.toml +++ b/codecs/zfp-classic/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "numcodecs-zfp-classic" -version = "0.3.1" +version = "0.3.2" edition = { workspace = true } authors = { workspace = true } repository = { workspace = true } diff --git a/codecs/zfp/Cargo.toml b/codecs/zfp/Cargo.toml index ca98c674..d6efccb9 100644 --- a/codecs/zfp/Cargo.toml +++ b/codecs/zfp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "numcodecs-zfp" -version = "0.5.1" +version = "0.5.2" edition = { workspace = true } authors = { workspace = true } repository = { workspace = true }