Skip to content

Commit

Permalink
Bump zstd-sys from 1.6 to 2.0 (rust-rocksdb#651)
Browse files Browse the repository at this point in the history
  • Loading branch information
slightknack authored and vldm committed Sep 8, 2022
1 parent 52a7198 commit 0a1033a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion librocksdb-sys/Cargo.toml
Expand Up @@ -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 }

Expand Down

0 comments on commit 0a1033a

Please sign in to comment.