replacing references to staging branch

This commit is contained in:
Robert Habermeier
2018-08-15 14:15:42 +02:00
parent 3e1e14d2c1
commit 56759c781c
22 changed files with 622 additions and 622 deletions
+1 -1
View File
@@ -6,5 +6,5 @@ description = "Test parachain which adds to a number as its state transition"
[dependencies]
polkadot-parachain = { path = "../../parachain/", default-features = false }
substrate-codec-derive = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate", default-features = false }
substrate-codec-derive = { git = "https://github.com/paritytech/parity-substrate", default-features = false }
tiny-keccak = "1.4"
@@ -8,7 +8,7 @@ adder = { path = ".." }
polkadot-parachain = { path = "../../../parachain" }
polkadot-collator = { path = "../../../collator" }
polkadot-primitives = { path = "../../../primitives" }
ed25519 = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" }
ed25519 = { git = "https://github.com/paritytech/parity-substrate" }
parking_lot = "0.4"
ctrlc = { git = "https://github.com/paritytech/rust-ctrlc.git" }
futures = "0.1"