Bump zstd-sys from 1.6 to 2.0 (#651)

master
Isaac Clayton 2 years ago committed by GitHub
parent 64c19df614
commit 39dc822dde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      librocksdb-sys/Cargo.toml

@ -25,7 +25,7 @@ rtti = []
[dependencies]
libc = "0.2"
tikv-jemalloc-sys = { version = "0.4", features = ["unprefixed_malloc_on_supported_platforms"], optional = true }
zstd-sys = { version = "1.6", default-features = false, optional = true }
zstd-sys = { version = "2.0", features = ["zdict_builder"], optional = true }
libz-sys = { version = "1.1", default-features = false, optional = true }
bzip2-sys = { version = "0.1", default-features = false, optional = true }

Loading…
Cancel
Save