Minor fix toml files (#4291)

This commit is contained in:
Yuanchao Sun
2019-12-05 20:00:45 +08:00
committed by Gavin Wood
parent 0a3f326e56
commit e2bf02f138
7 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ txpool-api = { package = "sp-transaction-pool-api", path = "../../primitives/tra
[dev-dependencies]
env_logger = "0.7.0"
tempfile = "3.1.0"
client-db = { package = "sc-client-db", path = ".././db", features = ["kvdb-rocksdb"] }
client-db = { package = "sc-client-db", path = "../db", features = ["kvdb-rocksdb"] }
test-primitives = { package = "substrate-test-primitives", path = "../../test/utils/primitives" }
test-client = { package = "substrate-test-runtime-client", path = "../../test/utils/runtime/client" }
kvdb-memorydb = "0.1.2"