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
+8 -8
View File
@@ -12,22 +12,22 @@ repository = "https://github.com/paritytech/substrate/"
targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
sp-api = { version = "2.0.0-dev", path = "../" }
sp-api = { version = "2.0.0-alpha.7", path = "../" }
substrate-test-runtime-client = { version = "2.0.0-dev", path = "../../../test-utils/runtime/client" }
sp-version = { version = "2.0.0-dev", path = "../../version" }
sp-runtime = { version = "2.0.0-dev", path = "../../runtime" }
sp-blockchain = { version = "2.0.0-dev", path = "../../blockchain" }
sp-consensus = { version = "0.8.0-dev", path = "../../../primitives/consensus/common" }
sc-block-builder = { version = "0.8.0-dev", path = "../../../client/block-builder" }
sp-version = { version = "2.0.0-alpha.7", path = "../../version" }
sp-runtime = { version = "2.0.0-alpha.7", path = "../../runtime" }
sp-blockchain = { version = "2.0.0-alpha.7", path = "../../blockchain" }
sp-consensus = { version = "0.8.0-alpha.7", path = "../../../primitives/consensus/common" }
sc-block-builder = { version = "0.8.0-alpha.7", path = "../../../client/block-builder" }
codec = { package = "parity-scale-codec", version = "1.3.0" }
sp-state-machine = { version = "0.8.0-dev", path = "../../../primitives/state-machine" }
sp-state-machine = { version = "0.8.0-alpha.7", path = "../../../primitives/state-machine" }
trybuild = "1.0.17"
rustversion = "1.0.0"
[dev-dependencies]
criterion = "0.3.0"
substrate-test-runtime-client = { version = "2.0.0-dev", path = "../../../test-utils/runtime/client" }
sp-core = { version = "2.0.0-dev", path = "../../core" }
sp-core = { version = "2.0.0-alpha.7", path = "../../core" }
[[bench]]
name = "bench"