You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-zstd-sys/zstd-sys-fix-metadata.diff

30 lines
672 B

--- zstd-sys-1.4.17+zstd.1.4.5/Cargo.toml 2020-06-14T06:25:46+00:00
+++ zstd-sys-1.4.17+zstd.1.4.5/Cargo.toml 2020-11-27T23:45:14.946189+00:00
@@ -12,7 +12,7 @@
[package]
name = "zstd-sys"
-version = "1.4.17+zstd.1.4.5"
+version = "1.4.17"
authors = ["Alexandre Bury <alexandre.bury@gmail.com>"]
build = "build.rs"
links = "zstd"
@@ -30,7 +30,7 @@
[dependencies.libc]
version = "0.2.45"
[build-dependencies.bindgen]
-version = "0.54"
+version = "0.56"
optional = true
[build-dependencies.cc]
@@ -48,7 +48,7 @@
optional = true
[features]
-default = ["legacy"]
+default = ["legacy", "pkg-config", "bindgen"]
experimental = []
legacy = []
non-cargo = []