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

20 lines
549 B

--- zstd-0.6.1+zstd.1.4.9/Cargo.toml 1970-01-01T00:00:00+00:00
+++ zstd-0.6.1+zstd.1.4.9/Cargo.toml 2021-03-06T23:20:56.770277+00:00
@@ -13,7 +13,7 @@
[package]
edition = "2018"
name = "zstd"
-version = "0.6.1+zstd.1.4.9"
+version = "0.6.1"
authors = ["Alexandre Bury <alexandre.bury@gmail.com>"]
exclude = ["assets/**"]
description = "Binding for the zstd compression library."
@@ -52,7 +52,6 @@
version = "2.2"
[features]
-bindgen = ["zstd-safe/bindgen"]
debug = ["zstd-safe/debug"]
default = ["legacy"]
legacy = ["zstd-safe/legacy"]