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

21 lines
662 B

--- zstd-0.9.0+zstd.1.5.0/Cargo.toml 1970-01-01T00:00:00+00:00
+++ zstd-0.9.0+zstd.1.5.0/Cargo.toml 2021-11-14T00:23:18.525234+00:00
@@ -13,7 +13,7 @@
[package]
edition = "2018"
name = "zstd"
-version = "0.9.0+zstd.1.5.0"
+version = "0.9.0"
authors = ["Alexandre Bury <alexandre.bury@gmail.com>"]
exclude = ["assets/*.zst"]
description = "Binding for the zstd compression library."
@@ -44,7 +44,7 @@
[features]
bindgen = ["zstd-safe/bindgen"]
debug = ["zstd-safe/debug"]
-default = ["legacy"]
+default = ["legacy", "bindgen", "pkg-config"]
experimental = ["zstd-safe/experimental"]
legacy = ["zstd-safe/legacy"]
pkg-config = ["zstd-safe/pkg-config"]