sc-basic-authorship: remove useless dependencies (#7550)

Signed-off-by: koushiro <koushiro.cqx@gmail.com>
This commit is contained in:
Qinxuan Chen
2020-11-18 13:56:16 +08:00
committed by GitHub
parent 4040eb0813
commit ede278ca57
2 changed files with 8 additions and 59 deletions
@@ -29,7 +29,6 @@ sc-telemetry = { version = "2.0.0", path = "../telemetry" }
sp-transaction-pool = { version = "2.0.0", path = "../../primitives/transaction-pool" }
sc-block-builder = { version = "0.8.0", path = "../block-builder" }
sc-proposer-metrics = { version = "0.8.0", path = "../proposer-metrics" }
tokio-executor = { version = "0.2.0-alpha.6", features = ["blocking"] }
[dev-dependencies]
sc-transaction-pool = { version = "2.0.0", path = "../../client/transaction-pool" }