We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 123d1f2 commit 4004de1Copy full SHA for 4004de1
librocksdb-sys/Cargo.toml
@@ -48,7 +48,7 @@ tikv-jemalloc-sys = { version = "0.5", features = [
48
"unprefixed_malloc_on_supported_platforms",
49
], optional = true }
50
lz4-sys = { version = "1.9", optional = true }
51
-zstd-sys = { version = "2.0", features = ["zdict_builder"], optional = true }
+zstd-sys = { version = "2.0", features = ["zdict_builder", "experimental"], optional = true }
52
libz-sys = { version = "1.1", default-features = false, optional = true }
53
bzip2-sys = { version = "0.1", default-features = false, optional = true }
54
0 commit comments