mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-25 02:25:51 +00:00
remove unnecessary block-builder dependency (#4351)
This commit is contained in:
committed by
Tomasz Drwięga
parent
7120c6e0a9
commit
f6f0f1cc16
Generated
-1
@@ -5067,7 +5067,6 @@ dependencies = [
|
|||||||
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
"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)",
|
"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)",
|
"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-client-db 2.0.0",
|
||||||
"sc-executor 2.0.0",
|
"sc-executor 2.0.0",
|
||||||
"sc-telemetry 2.0.0",
|
"sc-telemetry 2.0.0",
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ authors = ["Parity Technologies <admin@parity.io>"]
|
|||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
block-builder = { package = "sc-block-builder", path = "../block-builder" }
|
|
||||||
codec = { package = "parity-scale-codec", version = "1.0.0", default-features = false, features = ["derive"] }
|
codec = { package = "parity-scale-codec", version = "1.0.0", default-features = false, features = ["derive"] }
|
||||||
consensus = { package = "sp-consensus", path = "../../primitives/consensus/common" }
|
consensus = { package = "sp-consensus", path = "../../primitives/consensus/common" }
|
||||||
derive_more = { version = "0.99.2" }
|
derive_more = { version = "0.99.2" }
|
||||||
|
|||||||
Reference in New Issue
Block a user