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
679 B

--- zstd-sys-1.6.1+zstd.1.5.0/Cargo.toml 1970-01-01T00:00:00+00:00
+++ zstd-sys-1.6.1+zstd.1.5.0/Cargo.toml 2021-11-13T21:15:23.658968+00:00
@@ -13,7 +13,7 @@
[package]
edition = "2018"
name = "zstd-sys"
-version = "1.6.1+zstd.1.5.0"
+version = "1.6.1"
authors = ["Alexandre Bury <alexandre.bury@gmail.com>"]
build = "build.rs"
links = "zstd"
@@ -32,7 +32,7 @@
[dependencies.libc]
version = "0.2.45"
[build-dependencies.bindgen]
-version = "0.58"
+version = "0.59"
optional = true
[build-dependencies.cc]
@@ -45,7 +45,7 @@
[features]
debug = []
-default = ["legacy"]
+default = ["legacy", "pkg-config", "bindgen"]
experimental = []
legacy = []
non-cargo = []