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-safe/zstd-safe-fix-metadata.diff

28 lines
846 B

--- zstd-safe-4.1.4+zstd.1.5.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ zstd-safe-4.1.4+zstd.1.5.2/Cargo.toml 2022-04-12T10:19:58.834888+00:00
@@ -12,7 +12,7 @@
[package]
edition = "2018"
name = "zstd-safe"
-version = "4.1.4+zstd.1.5.2"
+version = "4.1.4"
authors = ["Alexandre Bury <alexandre.bury@gmail.com>"]
build = "build.rs"
description = "Safe low-level bindings for the zstd compression library."
@@ -21,6 +21,7 @@
categories = ["api-bindings", "compression"]
license = "MIT/Apache-2.0"
repository = "https://github.com/gyscos/zstd-rs"
+exclude = ["/update_consts.sh"]
[package.metadata.docs.rs]
features = ["experimental", "arrays", "std", "doc-cfg"]
[dependencies.libc]
@@ -29,6 +30,7 @@
[dependencies.zstd-sys]
version = "=1.6.3"
default-features = false
+features = ["pkg-config", "bindgen"]
[features]
arrays = []