point to upstream split-substrate branch

This commit is contained in:
Robert Habermeier
2018-08-15 13:16:54 +02:00
parent cfdda87d44
commit 6e0903613b
16 changed files with 102 additions and 102 deletions
@@ -8,7 +8,7 @@ adder = { path = ".." }
polkadot-parachain = { path = "../../../parachain" }
polkadot-collator = { path = "../../../collator" }
polkadot-primitives = { path = "../../../primitives" }
ed25519 = { path = "../../../../substrate/ed25519" }
ed25519 = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" }
parking_lot = "0.4"
ctrlc = { git = "https://github.com/paritytech/rust-ctrlc.git" }
futures = "0.1"