mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 19:51:05 +00:00
Make it possible to disable RocksDB completely (#11537)
* Make it possible to disable RocksDB completely * Make ParityDB non-optional * Address review comments
This commit is contained in:
@@ -19,7 +19,7 @@ hex = "0.4"
|
||||
serde = "1.0.136"
|
||||
serde_json = "1.0.79"
|
||||
sc-client-api = { version = "4.0.0-dev", path = "../../client/api" }
|
||||
sc-client-db = { version = "0.10.0-dev", features = [
|
||||
sc-client-db = { version = "0.10.0-dev", default-features = false, features = [
|
||||
"test-helpers",
|
||||
], path = "../../client/db" }
|
||||
sc-consensus = { version = "0.10.0-dev", path = "../../client/consensus/common" }
|
||||
|
||||
Reference in New Issue
Block a user