mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 20:29:23 +00:00
Fix clippy, update old dependencies
This commit is contained in:
@@ -13,7 +13,7 @@ all-features = true
|
||||
rustdoc-args = ["--cfg", "docsrs"]
|
||||
|
||||
[dependencies]
|
||||
rocksdb = { version = "0.23", default-features = false, features = ["bindgen-runtime"] }
|
||||
rocksdb = { version = "0.24", default-features = false, features = ["bindgen-runtime"] }
|
||||
|
||||
[features]
|
||||
jemalloc = [] # Dropped as this causes a compilation failure on windows
|
||||
|
||||
Reference in New Issue
Block a user