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
@@ -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" }