rocksdb 0.23

This commit is contained in:
Luke Parker
2024-12-25 19:48:48 -05:00
parent 5b337c3ce8
commit 4b34be05bf
2 changed files with 11 additions and 14 deletions

View File

@@ -13,10 +13,10 @@ all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[dependencies]
rocksdb = { version = "0.22", default-features = false }
rocksdb = { version = "0.23", default-features = false, features = ["bindgen-runtime"] }
[features]
jemalloc = []
jemalloc = [] # Dropped as this causes a compilation failure on windows
snappy = ["rocksdb/snappy"]
lz4 = ["rocksdb/lz4"]
zstd = ["rocksdb/zstd"]