mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 04:41:02 +00:00
remove unnecessary client-db dependency (#4348)
This commit is contained in:
committed by
Tomasz Drwięga
parent
4f2cdb20c1
commit
7120c6e0a9
Generated
-1
@@ -5032,7 +5032,6 @@ dependencies = [
|
||||
"parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"sc-block-builder 2.0.0",
|
||||
"sc-client-api 2.0.0",
|
||||
"sc-client-db 2.0.0",
|
||||
"sc-executor 2.0.0",
|
||||
"sc-telemetry 2.0.0",
|
||||
"sp-api 2.0.0",
|
||||
|
||||
@@ -35,7 +35,6 @@ tracing = "0.1.10"
|
||||
[dev-dependencies]
|
||||
env_logger = "0.7.0"
|
||||
tempfile = "3.1.0"
|
||||
client-db = { package = "sc-client-db", path = "./db", features = ["kvdb-rocksdb"] }
|
||||
test-client = { package = "substrate-test-runtime-client", path = "../test/utils/runtime/client" }
|
||||
kvdb-memorydb = "0.1.2"
|
||||
panic-handler = { package = "sp-panic-handler", path = "../primitives/panic-handler" }
|
||||
|
||||
Reference in New Issue
Block a user