Skip to content

Commit 4004de1

Browse files
committed
enable experimental feature in zstd-sys
This will allow using zstd-static-linking-only if enabled
1 parent 123d1f2 commit 4004de1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

librocksdb-sys/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ tikv-jemalloc-sys = { version = "0.5", features = [
4848
"unprefixed_malloc_on_supported_platforms",
4949
], optional = true }
5050
lz4-sys = { version = "1.9", optional = true }
51-
zstd-sys = { version = "2.0", features = ["zdict_builder"], optional = true }
51+
zstd-sys = { version = "2.0", features = ["zdict_builder", "experimental"], optional = true }
5252
libz-sys = { version = "1.1", default-features = false, optional = true }
5353
bzip2-sys = { version = "0.1", default-features = false, optional = true }
5454

0 commit comments

Comments
 (0)