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
+2 -2
View File
@@ -8,8 +8,8 @@ authors = ["Parity Technologies <admin@parity.io>"]
polkadot-primitives = { path = "../primitives" }
parking_lot = "0.4"
log = "0.3"
substrate-codec = { path = "../../substrate/codec" }
substrate-primitives = { path = "../../substrate/primitives" }
substrate-codec = { git = "https://github.com/paritytech/paritysubstrate" }
substrate-primitives = { git = "https://github.com/paritytech/paritysubstrate" }
kvdb = { git = "https://github.com/paritytech/parity.git" }
kvdb-rocksdb = { git = "https://github.com/paritytech/parity.git" }
kvdb-memorydb = { git = "https://github.com/paritytech/parity.git" }