Prepping release of alpha.6 (#5629)

* bumping version

* cargo update

* adding changelog
This commit is contained in:
Benjamin Kampmann
2020-04-14 21:41:49 +02:00
committed by GitHub
parent 889a9763dd
commit 51f9bb3c0e
177 changed files with 2307 additions and 2271 deletions
+11 -11
View File
@@ -8,23 +8,26 @@ publish = false
homepage = "https://substrate.dev"
repository = "https://github.com/paritytech/substrate/"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
sp-api = { version = "2.0.0-alpha.5", path = "../" }
sp-api = { version = "2.0.0-alpha.6", path = "../" }
substrate-test-runtime-client = { version = "2.0.0-dev", path = "../../../test-utils/runtime/client" }
sp-version = { version = "2.0.0-alpha.5", path = "../../version" }
sp-runtime = { version = "2.0.0-alpha.5", path = "../../runtime" }
sp-blockchain = { version = "2.0.0-alpha.5", path = "../../blockchain" }
sp-consensus = { version = "0.8.0-alpha.5", path = "../../../primitives/consensus/common" }
sc-block-builder = { version = "0.8.0-alpha.5", path = "../../../client/block-builder" }
sp-version = { version = "2.0.0-alpha.6", path = "../../version" }
sp-runtime = { version = "2.0.0-alpha.6", path = "../../runtime" }
sp-blockchain = { version = "2.0.0-alpha.6", path = "../../blockchain" }
sp-consensus = { version = "0.8.0-alpha.6", path = "../../../primitives/consensus/common" }
sc-block-builder = { version = "0.8.0-alpha.6", path = "../../../client/block-builder" }
codec = { package = "parity-scale-codec", version = "1.3.0" }
sp-state-machine = { version = "0.8.0-alpha.5", path = "../../../primitives/state-machine" }
sp-state-machine = { version = "0.8.0-alpha.6", 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-alpha.5", path = "../../core" }
sp-core = { version = "2.0.0-alpha.6", path = "../../core" }
[[bench]]
name = "bench"
@@ -34,6 +37,3 @@ harness = false
[features]
default = [ "std" ]
std = []
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]