mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
rocksdb 0.23
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user