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
@@ -8,12 +8,15 @@ homepage = "https://substrate.dev"
repository = "https://github.com/paritytech/substrate/"
publish = false
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
sp-application-crypto = { version = "2.0.0-alpha.5", default-features = false, path = "../application-crypto" }
sp-application-crypto = { version = "2.0.0-alpha.6", default-features = false, path = "../application-crypto" }
codec = { package = "parity-scale-codec", version = "1.3.0", default-features = false, features = ["derive"] }
sp-core = { version = "2.0.0-alpha.5", default-features = false, path = "../core" }
sp-core = { version = "2.0.0-alpha.6", default-features = false, path = "../core" }
serde = { version = "1.0.101", optional = true, features = ["derive"] }
sp-runtime = { version = "2.0.0-alpha.5", default-features = false, path = "../runtime" }
sp-runtime = { version = "2.0.0-alpha.6", default-features = false, path = "../runtime" }
parity-util-mem = { version = "0.6.0", default-features = false, features = ["primitive-types"] }
[features]
@@ -24,6 +27,3 @@ std = [
"sp-application-crypto/std",
"serde",
]
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]