remove unnecessary client-db dependency (#4348)

This commit is contained in:
Benjamin Kampmann
2019-12-10 17:50:15 +01:00
committed by Tomasz Drwięga
parent 4f2cdb20c1
commit 7120c6e0a9
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -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",
-1
View File
@@ -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" }