diff --git a/zstd-safe/zstd-sys/Cargo.toml b/zstd-safe/zstd-sys/Cargo.toml index 651bb0d3..d73c89e2 100644 --- a/zstd-safe/zstd-sys/Cargo.toml +++ b/zstd-safe/zstd-sys/Cargo.toml @@ -51,7 +51,7 @@ doctest = false # Documentation is for C code, good luck testing that. [build-dependencies.bindgen] optional = true -version = "0.70" +version = "0.71" default-features = false features = ["runtime", "which-rustfmt"]