replacing references to staging branch

This commit is contained in:
Robert Habermeier
2018-08-15 14:15:42 +02:00
parent 3e1e14d2c1
commit 56759c781c
22 changed files with 622 additions and 622 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 = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" }
substrate-primitives = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" }
substrate-codec = { git = "https://github.com/paritytech/parity-substrate" }
substrate-primitives = { git = "https://github.com/paritytech/parity-substrate" }
kvdb = { git = "https://github.com/paritytech/parity-common.git" }
kvdb-rocksdb = { git = "https://github.com/paritytech/parity-common.git" }
kvdb-memorydb = { git = "https://github.com/paritytech/parity-common.git" }