bump zstd-sys version

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2019-06-05 09:44:43 +02:00
parent 986bef16be
commit e3975c2c47
2 changed files with 3 additions and 2 deletions

View File

@ -55,4 +55,4 @@ default = []
valgrind = ["valgrind_request"]
[replace]
"zstd-sys:1.4.8" = { path = "zstd-sys" }
"zstd-sys:1.4.10" = { path = "zstd-sys" }

View File

@ -1,7 +1,7 @@
[package]
edition = "2018"
name = "zstd-sys"
version = "1.4.8"
version = "1.4.10"
authors = [
"Wolfgang Bumiller <w.bumiller@proxmox.com>",
]
@ -12,3 +12,4 @@ bindgen = ">0.42.2"
[features]
default = ["legacy"]
legacy = []
experimental = []