bump zstd-sys version
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
986bef16be
commit
e3975c2c47
|
@ -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" }
|
||||
|
|
|
@ -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 = []
|
||||
|
|
Loading…
Reference in New Issue