mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 04:09:23 +00:00
rocksdb 0.22 via a patch
patch is removeable once https://github.com/paritytech/parity-common/pull/828 is merged and released.
This commit is contained in:
@@ -18,7 +18,7 @@ workspace = true
|
||||
|
||||
[dependencies]
|
||||
parity-db = { version = "0.4", default-features = false, optional = true }
|
||||
rocksdb = { version = "0.21", default-features = false, features = ["lz4"], optional = true }
|
||||
rocksdb = { version = "0.22", default-features = false, features = ["lz4"], optional = true }
|
||||
|
||||
[features]
|
||||
parity-db = ["dep:parity-db"]
|
||||
|
||||
Reference in New Issue
Block a user