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.
20 lines
553 B
20 lines
553 B
--- zstd-0.5.2+zstd.1.4.5/Cargo.toml 2020-05-24T04:17:29+00:00
|
|
+++ zstd-0.5.2+zstd.1.4.5/Cargo.toml 2020-06-06T01:02:50.763437+00:00
|
|
@@ -13,7 +13,7 @@
|
|
[package]
|
|
edition = "2018"
|
|
name = "zstd"
|
|
-version = "0.5.2+zstd.1.4.5"
|
|
+version = "0.5.2"
|
|
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"]
|
|
default = ["legacy"]
|
|
legacy = ["zstd-safe/legacy"]
|
|
tokio = ["tokio-io", "futures"]
|