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
+6 -6
View File
@@ -6,14 +6,14 @@ authors = ["Parity Technologies <admin@parity.io>"]
[dependencies]
serde = { version = "1.0", default_features = false }
serde_derive = { version = "1.0", optional = true }
substrate-codec = { git = "https://github.com/paritytech/paritysubstrate", default_features = false }
substrate-codec-derive = { git = "https://github.com/paritytech/paritysubstrate", default_features = false }
substrate-primitives = { git = "https://github.com/paritytech/paritysubstrate", default_features = false }
substrate-runtime-std = { git = "https://github.com/paritytech/paritysubstrate", default_features = false }
substrate-runtime-primitives = { git = "https://github.com/paritytech/paritysubstrate", default_features = false }
substrate-codec = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate", default_features = false }
substrate-codec-derive = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate", default_features = false }
substrate-primitives = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate", default_features = false }
substrate-runtime-std = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate", default_features = false }
substrate-runtime-primitives = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate", default_features = false }
[dev-dependencies]
substrate-serializer = { git = "https://github.com/paritytech/paritysubstrate" }
substrate-serializer = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" }
pretty_assertions = "0.4"
[features]