delete snappy, bump rust-rocksdb, bump rocksdb to v9.10.0 again

Signed-off-by: June Clementine Strawberry <june@3.dog>
This commit is contained in:
June Clementine Strawberry 2025-03-03 01:05:43 -05:00
parent 0d741bbd46
commit df72384c16
No known key found for this signature in database
4 changed files with 8 additions and 9 deletions

View file

@ -14,7 +14,6 @@ default = ["lz4", "zstd", "zlib", "bzip2"]
jemalloc = ["rust-rocksdb/jemalloc"]
io-uring = ["rust-rocksdb/io-uring"]
valgrind = ["rust-rocksdb/valgrind"]
snappy = ["rust-rocksdb/snappy"]
lz4 = ["rust-rocksdb/lz4"]
zstd = ["rust-rocksdb/zstd"]
zlib = ["rust-rocksdb/zlib"]
@ -27,7 +26,7 @@ malloc-usable-size = ["rust-rocksdb/malloc-usable-size"]
[dependencies.rust-rocksdb]
git = "https://github.com/girlbossceo/rust-rocksdb-zaidoon1"
rev = "7b0e1bbe395a41ba8a11347a4921da590e3ad0d9"
rev = "2ff4bbf31e944fa2686bb041d8c5caaf4b966d3b"
#branch = "master"
default-features = false