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
+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/paritysubstrate", default-features = false }
substrate-codec-derive = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate", default-features = false }
tiny-keccak = "1.4"