Switch pre-release version to dev (#5637)

This commit is contained in:
Benjamin Kampmann
2020-04-15 13:18:08 +02:00
committed by GitHub
parent cff1390456
commit 3426d662f7
175 changed files with 1612 additions and 1612 deletions
@@ -15,9 +15,9 @@ targets = ["x86_64-unknown-linux-gnu"]
substrate-test-runtime-client = { version = "2.0.0-dev", path = "../client" }
parking_lot = "0.10.0"
codec = { package = "parity-scale-codec", version = "1.3.0" }
sp-blockchain = { version = "2.0.0-alpha.6", path = "../../../primitives/blockchain" }
sp-runtime = { version = "2.0.0-alpha.6", path = "../../../primitives/runtime" }
sp-transaction-pool = { version = "2.0.0-alpha.6", path = "../../../primitives/transaction-pool" }
sc-transaction-graph = { version = "2.0.0-alpha.6", path = "../../../client/transaction-pool/graph" }
sp-blockchain = { version = "2.0.0-dev", path = "../../../primitives/blockchain" }
sp-runtime = { version = "2.0.0-dev", path = "../../../primitives/runtime" }
sp-transaction-pool = { version = "2.0.0-dev", path = "../../../primitives/transaction-pool" }
sc-transaction-graph = { version = "2.0.0-dev", path = "../../../client/transaction-pool/graph" }
futures = { version = "0.3.1", features = ["compat"] }
derive_more = "0.99.2"