Intent to release rc3 (#6290)

This commit is contained in:
Benjamin Kampmann
2020-06-08 23:29:52 +02:00
committed by GitHub
parent 3c14909a9c
commit 881072e590
187 changed files with 1820 additions and 1799 deletions
@@ -1,6 +1,6 @@
[package]
name = "substrate-test-runtime-transaction-pool"
version = "2.0.0-rc2"
version = "2.0.0-rc3"
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-rc2", path = "../client" }
substrate-test-runtime-client = { version = "2.0.0-rc3", path = "../client" }
parking_lot = "0.10.0"
codec = { package = "parity-scale-codec", version = "1.3.0" }
sp-blockchain = { version = "2.0.0-rc2", path = "../../../primitives/blockchain" }
sp-runtime = { version = "2.0.0-rc2", path = "../../../primitives/runtime" }
sp-transaction-pool = { version = "2.0.0-rc2", path = "../../../primitives/transaction-pool" }
sc-transaction-graph = { version = "2.0.0-rc2", path = "../../../client/transaction-pool/graph" }
sp-blockchain = { version = "2.0.0-rc3", path = "../../../primitives/blockchain" }
sp-runtime = { version = "2.0.0-rc3", path = "../../../primitives/runtime" }
sp-transaction-pool = { version = "2.0.0-rc3", path = "../../../primitives/transaction-pool" }
sc-transaction-graph = { version = "2.0.0-rc3", path = "../../../client/transaction-pool/graph" }
futures = { version = "0.3.1", features = ["compat"] }
derive_more = "0.99.2"