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 Jul 4, 2022
1 parent 64c19df commit 39dc822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion librocksdb-sys/Cargo.toml
Original file line number Diff line number Diff line change
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 39dc822

Please sign in to comment.