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
@@ -9,11 +9,14 @@ homepage = "https://substrate.dev"
repository = "https://github.com/paritytech/substrate/"
publish = false
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
sp-runtime-interface = { version = "2.0.0-alpha.5", default-features = false, path = "../" }
sp-std = { version = "2.0.0-alpha.5", default-features = false, path = "../../std" }
sp-io = { version = "2.0.0-alpha.5", default-features = false, path = "../../io" }
sp-core = { version = "2.0.0-alpha.5", default-features = false, path = "../../core" }
sp-runtime-interface = { version = "2.0.0-alpha.6", default-features = false, path = "../" }
sp-std = { version = "2.0.0-alpha.6", default-features = false, path = "../../std" }
sp-io = { version = "2.0.0-alpha.6", default-features = false, path = "../../io" }
sp-core = { version = "2.0.0-alpha.6", default-features = false, path = "../../core" }
[build-dependencies]
wasm-builder-runner = { version = "1.0.5", package = "substrate-wasm-builder-runner", path = "../../../utils/wasm-builder-runner" }
@@ -21,6 +24,3 @@ wasm-builder-runner = { version = "1.0.5", package = "substrate-wasm-builder-run
[features]
default = [ "std" ]
std = [ "sp-runtime-interface/std", "sp-std/std", "sp-core/std", "sp-io/std" ]
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]