make construct_service_factory compile (#2581)

This commit is contained in:
thiolliere
2019-05-14 17:50:38 +02:00
committed by Gavin Wood
parent e330b69cb9
commit 3a58c7ebcb
3 changed files with 69 additions and 17 deletions
+4
View File
@@ -4442,6 +4442,9 @@ dependencies = [
"futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.6 (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-codec 3.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
"parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -4453,6 +4456,7 @@ dependencies = [
"substrate-client-db 2.0.0",
"substrate-consensus-common 2.0.0",
"substrate-executor 2.0.0",
"substrate-finality-grandpa 2.0.0",
"substrate-inherents 2.0.0",
"substrate-keystore 2.0.0",
"substrate-network 2.0.0",