Skip to content

Commit

Permalink
Pin zfp-sys to 0.1.15 to escape rust-lang/rust-bindgen#2960
Browse files Browse the repository at this point in the history
  • Loading branch information
juntyr committed Oct 20, 2024
1 parent fd940fc commit faa1a82
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,9 @@ thiserror = { version = "1.0", default-features = false }
twofloat = { version = "0.7", default-features = false }
wit-bindgen = { version = "0.34", default-features = false }
wyhash = { version = "0.5", default-features = false }
zfp-sys = { version = "0.1.15", default-features = false }
# FIXME: 0.1.16 uses bindgen 1.70, which has a bug on 1.76
# https://github.com/rust-lang/rust-bindgen/issues/2960
zfp-sys = { version = "=0.1.15", default-features = false }
zstd = { version = "0.13", default-features = false }
zstd-sys = { version = "2.0.12", default-features = false }

Expand Down
2 changes: 1 addition & 1 deletion codecs/zfp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "numcodecs-zfp"
version = "0.2.0"
version = "0.2.1"
edition = { workspace = true }
authors = { workspace = true }
repository = { workspace = true }
Expand Down

0 comments on commit faa1a82

Please sign in to comment.