parity-substrate -> substrate

This commit is contained in:
Robert Habermeier
2018-08-15 14:34:49 +02:00
parent 56759c781c
commit 898c7d3138
19 changed files with 621 additions and 621 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/parity-substrate", default-features = false }
substrate-primitives = { git = "https://github.com/paritytech/parity-substrate", default-features = false }
substrate-runtime-std = { git = "https://github.com/paritytech/parity-substrate", default-features = false }
substrate-runtime-io = { git = "https://github.com/paritytech/parity-substrate", default-features = false }
substrate-runtime-support = { git = "https://github.com/paritytech/parity-substrate", default-features = false }
substrate-runtime-consensus = { git = "https://github.com/paritytech/parity-substrate", default-features = false }
substrate-runtime-council = { git = "https://github.com/paritytech/parity-substrate", default-features = false }
substrate-runtime-democracy = { git = "https://github.com/paritytech/parity-substrate", default-features = false }
substrate-runtime-executive = { git = "https://github.com/paritytech/parity-substrate", default-features = false }
substrate-runtime-primitives = { git = "https://github.com/paritytech/parity-substrate", default-features = false }
substrate-runtime-session = { git = "https://github.com/paritytech/parity-substrate", default-features = false }
substrate-runtime-staking = { git = "https://github.com/paritytech/parity-substrate", default-features = false }
substrate-runtime-system = { git = "https://github.com/paritytech/parity-substrate", default-features = false }
substrate-runtime-timestamp = { git = "https://github.com/paritytech/parity-substrate", default-features = false }
substrate-runtime-version = { git = "https://github.com/paritytech/parity-substrate", default-features = false }
substrate-codec = { git = "https://github.com/paritytech/substrate", default-features = false }
substrate-primitives = { git = "https://github.com/paritytech/substrate", default-features = false }
substrate-runtime-std = { git = "https://github.com/paritytech/substrate", default-features = false }
substrate-runtime-io = { git = "https://github.com/paritytech/substrate", default-features = false }
substrate-runtime-support = { git = "https://github.com/paritytech/substrate", default-features = false }
substrate-runtime-consensus = { git = "https://github.com/paritytech/substrate", default-features = false }
substrate-runtime-council = { git = "https://github.com/paritytech/substrate", default-features = false }
substrate-runtime-democracy = { git = "https://github.com/paritytech/substrate", default-features = false }
substrate-runtime-executive = { git = "https://github.com/paritytech/substrate", default-features = false }
substrate-runtime-primitives = { git = "https://github.com/paritytech/substrate", default-features = false }
substrate-runtime-session = { git = "https://github.com/paritytech/substrate", default-features = false }
substrate-runtime-staking = { git = "https://github.com/paritytech/substrate", default-features = false }
substrate-runtime-system = { git = "https://github.com/paritytech/substrate", default-features = false }
substrate-runtime-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false }
substrate-runtime-version = { git = "https://github.com/paritytech/substrate", default-features = false }
[features]
default = []