resetting to -dev (#6050)

This commit is contained in:
Benjamin Kampmann
2020-05-16 19:03:04 +02:00
committed by GitHub
parent 292d456277
commit 7c565085e9
180 changed files with 1761 additions and 1761 deletions
@@ -1,6 +1,6 @@
[package]
name = "substrate-test-runtime-transaction-pool"
version = "2.0.0-alpha.8"
version = "2.0.0-dev"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
license = "Apache-2.0"
@@ -12,12 +12,12 @@ publish = false
targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
substrate-test-runtime-client = { version = "2.0.0-alpha.8", path = "../client" }
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.8", path = "../../../primitives/blockchain" }
sp-runtime = { version = "2.0.0-alpha.8", path = "../../../primitives/runtime" }
sp-transaction-pool = { version = "2.0.0-alpha.8", path = "../../../primitives/transaction-pool" }
sc-transaction-graph = { version = "2.0.0-alpha.8", 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"