delete client in Cargo in client (#7752)

This commit is contained in:
honeywest
2020-12-18 01:12:27 +08:00
committed by GitHub
parent 570a4a81d6
commit 1ecc3d5ed8
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -31,6 +31,6 @@ sc-block-builder = { version = "0.8.0", path = "../block-builder" }
sc-proposer-metrics = { version = "0.8.0", path = "../proposer-metrics" }
[dev-dependencies]
sc-transaction-pool = { version = "2.0.0", path = "../../client/transaction-pool" }
sc-transaction-pool = { version = "2.0.0", path = "../transaction-pool" }
substrate-test-runtime-client = { version = "2.0.0", path = "../../test-utils/runtime/client" }
parking_lot = "0.10.0"