Release of Alpha.7 (#5904)

This commit is contained in:
Benjamin Kampmann
2020-05-05 20:50:46 +02:00
committed by GitHub
parent ae3909eb53
commit 45886bd197
181 changed files with 1668 additions and 1668 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-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" }
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" }
futures = { version = "0.3.1", features = ["compat"] }
derive_more = "0.99.2"