Skip to content

Commit

Permalink
sc-basic-authorship: remove useless dependencies (paritytech#7550)
Browse files Browse the repository at this point in the history
Signed-off-by: koushiro <koushiro.cqx@gmail.com>
  • Loading branch information
koushiro authored and darkfriend77 committed Jan 11, 2021
1 parent 2896fa0 commit b1240ab
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 59 deletions.
66 changes: 8 additions & 58 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion client/basic-authorship/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit b1240ab

Please sign in to comment.