remove snappy as a default feature
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
05befa4ba2
commit
53223a4d5f
|
@ -311,7 +311,6 @@ package = "rust-rocksdb-uwu"
|
|||
features = [
|
||||
"multi-threaded-cf",
|
||||
"mt_static",
|
||||
"snappy",
|
||||
"lz4",
|
||||
"zstd",
|
||||
"zlib",
|
||||
|
|
|
@ -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…
Reference in New Issue