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 = [
|
features = [
|
||||||
"multi-threaded-cf",
|
"multi-threaded-cf",
|
||||||
"mt_static",
|
"mt_static",
|
||||||
"snappy",
|
|
||||||
"lz4",
|
"lz4",
|
||||||
"zstd",
|
"zstd",
|
||||||
"zlib",
|
"zlib",
|
||||||
|
|
|
@ -10,7 +10,7 @@ repository.workspace = true
|
||||||
version = "0.0.1"
|
version = "0.0.1"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["snappy", "lz4", "zstd", "zlib", "bzip2"]
|
default = ["lz4", "zstd", "zlib", "bzip2"]
|
||||||
jemalloc = ["rust-rocksdb/jemalloc"]
|
jemalloc = ["rust-rocksdb/jemalloc"]
|
||||||
io-uring = ["rust-rocksdb/io-uring"]
|
io-uring = ["rust-rocksdb/io-uring"]
|
||||||
valgrind = ["rust-rocksdb/valgrind"]
|
valgrind = ["rust-rocksdb/valgrind"]
|
||||||
|
|
Loading…
Reference in New Issue