Skip to content

Commit faa1a82

Browse files
committed
Pin zfp-sys to 0.1.15 to escape rust-lang/rust-bindgen#2960
1 parent fd940fc commit faa1a82

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Cargo.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,9 @@ thiserror = { version = "1.0", default-features = false }
7575
twofloat = { version = "0.7", default-features = false }
7676
wit-bindgen = { version = "0.34", default-features = false }
7777
wyhash = { version = "0.5", default-features = false }
78-
zfp-sys = { version = "0.1.15", default-features = false }
78+
# FIXME: 0.1.16 uses bindgen 1.70, which has a bug on 1.76
79+
# https://github.com/rust-lang/rust-bindgen/issues/2960
80+
zfp-sys = { version = "=0.1.15", default-features = false }
7981
zstd = { version = "0.13", default-features = false }
8082
zstd-sys = { version = "2.0.12", default-features = false }
8183

codecs/zfp/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "numcodecs-zfp"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = { workspace = true }
55
authors = { workspace = true }
66
repository = { workspace = true }

0 commit comments

Comments
 (0)