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
+15 -15
View File
@@ -10,21 +10,21 @@ crate-type = ["cdylib"]
integer-sqrt = { git = "https://github.com/paritytech/integer-sqrt-rs.git", branch = "master" }
polkadot-primitives = { path = "../../primitives", default-features = false }
safe-mix = { version = "1.0", default-features = false }
substrate-codec = { 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-io = { git = "https://github.com/paritytech/paritysubstrate", default-features = false }
substrate-runtime-support = { git = "https://github.com/paritytech/paritysubstrate", default-features = false }
substrate-runtime-consensus = { git = "https://github.com/paritytech/paritysubstrate", default-features = false }
substrate-runtime-council = { git = "https://github.com/paritytech/paritysubstrate", default-features = false }
substrate-runtime-democracy = { git = "https://github.com/paritytech/paritysubstrate", default-features = false }
substrate-runtime-executive = { git = "https://github.com/paritytech/paritysubstrate", default-features = false }
substrate-runtime-primitives = { git = "https://github.com/paritytech/paritysubstrate", default-features = false }
substrate-runtime-session = { git = "https://github.com/paritytech/paritysubstrate", default-features = false }
substrate-runtime-staking = { git = "https://github.com/paritytech/paritysubstrate", default-features = false }
substrate-runtime-system = { git = "https://github.com/paritytech/paritysubstrate", default-features = false }
substrate-runtime-timestamp = { git = "https://github.com/paritytech/paritysubstrate", default-features = false }
substrate-runtime-version = { git = "https://github.com/paritytech/paritysubstrate", default-features = false }
substrate-codec = { 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-io = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate", default-features = false }
substrate-runtime-support = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate", default-features = false }
substrate-runtime-consensus = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate", default-features = false }
substrate-runtime-council = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate", default-features = false }
substrate-runtime-democracy = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate", default-features = false }
substrate-runtime-executive = { 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 }
substrate-runtime-session = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate", default-features = false }
substrate-runtime-staking = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate", default-features = false }
substrate-runtime-system = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate", default-features = false }
substrate-runtime-timestamp = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate", default-features = false }
substrate-runtime-version = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate", default-features = false }
[features]
default = []