remove unnecessary block-builder dependency (#4351)

This commit is contained in:
Marek Kotewicz
2019-12-10 17:53:23 +01:00
committed by Tomasz Drwięga
parent 7120c6e0a9
commit f6f0f1cc16
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -5067,7 +5067,6 @@ dependencies = [
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sc-block-builder 2.0.0",
"sc-client-db 2.0.0",
"sc-executor 2.0.0",
"sc-telemetry 2.0.0",
-1
View File
@@ -5,7 +5,6 @@ authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
[dependencies]
block-builder = { package = "sc-block-builder", path = "../block-builder" }
codec = { package = "parity-scale-codec", version = "1.0.0", default-features = false, features = ["derive"] }
consensus = { package = "sp-consensus", path = "../../primitives/consensus/common" }
derive_more = { version = "0.99.2" }