point things to substrate git repo

This commit is contained in:
Robert Habermeier
2018-08-14 18:53:12 +02:00
parent e24537e653
commit cfdda87d44
15 changed files with 99 additions and 99 deletions
+7 -7
View File
@@ -8,14 +8,14 @@ error-chain = "0.12"
polkadot-executor = { path = "../executor" }
polkadot-runtime = { path = "../runtime" }
polkadot-primitives = { path = "../primitives" }
substrate-codec = { path = "../../substrate/codec" }
substrate-runtime-io = { path = "../../substrate/runtime-io" }
substrate-codec = { git = "https://github.com/paritytech/paritysubstrate" }
substrate-runtime-io = { git = "https://github.com/paritytech/paritysubstrate" }
substrate-runtime-executive = { path = "../../substrate/runtime/executive" }
substrate-runtime-primitives = { path = "../../substrate/runtime/primitives" }
substrate-client = { path = "../../substrate/client" }
substrate-primitives = { path = "../../substrate/primitives" }
substrate-executor = { path = "../../substrate/executor" }
substrate-state-machine = { path = "../../substrate/state-machine" }
substrate-client = { git = "https://github.com/paritytech/paritysubstrate" }
substrate-primitives = { git = "https://github.com/paritytech/paritysubstrate" }
substrate-executor = { git = "https://github.com/paritytech/paritysubstrate" }
substrate-state-machine = { git = "https://github.com/paritytech/paritysubstrate" }
[dev-dependencies]
substrate-keyring = { path = "../../substrate/keyring" }
substrate-keyring = { git = "https://github.com/paritytech/paritysubstrate" }