Skip to content
Snippets Groups Projects
Commit dfed2e76 authored by Benjamin Kampmann's avatar Benjamin Kampmann
Browse files

remove unnecessary node dependencies from service

parent 8038e24b
Branches
No related merge requests found
......@@ -6468,9 +6468,6 @@ dependencies = [
"grafana-data-source 2.0.0",
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"node-executor 2.0.0",
"node-primitives 2.0.0",
"node-runtime 2.0.0",
"parity-multiaddr 0.5.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)",
......
......@@ -57,9 +57,6 @@ tracing = "0.1.10"
[dev-dependencies]
substrate-test-runtime-client = { path = "../../test/utils/runtime/client" }
node-executor = { path = "../../bin/node/executor" }
node-primitives = { path = "../../bin/node/primitives" }
node-runtime = { path = "../../bin/node/runtime" }
babe-primitives = { package = "substrate-consensus-babe-primitives", path = "../../primitives/consensus/babe" }
grandpa = { package = "substrate-finality-grandpa", path = "../finality-grandpa" }
grandpa-primitives = { package = "substrate-finality-grandpa-primitives", path = "../../primitives/finality-grandpa" }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment