post release dev reset (#5911)

This commit is contained in:
Benjamin Kampmann
2020-05-05 23:08:31 +02:00
committed by GitHub
parent 7f84e44846
commit 3860999ea3
180 changed files with 1653 additions and 1653 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.7", path = "../../../primitives/blockchain" }
sp-runtime = { version = "2.0.0-alpha.7", path = "../../../primitives/runtime" }
sp-transaction-pool = { version = "2.0.0-alpha.7", path = "../../../primitives/transaction-pool" }
sc-transaction-graph = { version = "2.0.0-alpha.7", 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"