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"
+1 -1
View File
@@ -7,7 +7,7 @@ edition = "2018"
[dependencies]
codec = { package = "parity-scale-codec", version = "1.0.0" }
derive_more = "0.99.2"
futures = { version = "0.3.1", features = ["compat", "compat"] }
futures = { version = "0.3.1", features = ["compat"] }
log = "0.4.8"
parking_lot = "0.9.0"
primitives = { package = "sp-core", path = "../../primitives/core" }