remove snappy as a default feature
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
05befa4ba2
commit
53223a4d5f
2 changed files with 1 additions and 2 deletions
2
deps/rust-rocksdb/Cargo.toml
vendored
2
deps/rust-rocksdb/Cargo.toml
vendored
|
@ -10,7 +10,7 @@ repository.workspace = true
|
|||
version = "0.0.1"
|
||||
|
||||
[features]
|
||||
default = ["snappy", "lz4", "zstd", "zlib", "bzip2"]
|
||||
default = ["lz4", "zstd", "zlib", "bzip2"]
|
||||
jemalloc = ["rust-rocksdb/jemalloc"]
|
||||
io-uring = ["rust-rocksdb/io-uring"]
|
||||
valgrind = ["rust-rocksdb/valgrind"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue