alpha.4 release fixes (#5303)

* Adding missing metadata for benchmark-pallet

* Missed to bump a few

* release on roling tag

* Wasm executors were missed
This commit is contained in:
Benjamin Kampmann
2020-03-18 15:47:34 +01:00
committed by GitHub
parent 25e25a83b9
commit becbe0a339
18 changed files with 30 additions and 27 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ documentation = "https://docs.rs/sp-allocator"
[dependencies]
sp-std = { version = "2.0.0-alpha.4", path = "../std", default-features = false }
sp-core = { version = "2.0.0-alpha.4", path = "../core", default-features = false }
sp-wasm-interface = { version = "2.0.0-alpha.2", path = "../wasm-interface", default-features = false }
sp-wasm-interface = { version = "2.0.0-alpha.4", path = "../wasm-interface", default-features = false }
log = { version = "0.4.8", optional = true }
derive_more = { version = "0.99.2", optional = true }
+1 -1
View File
@@ -17,7 +17,7 @@ sp-core = { version = "2.0.0-alpha.4", default-features = false, path = "../core
sp-std = { version = "2.0.0-alpha.4", default-features = false, path = "../std" }
libsecp256k1 = { version = "0.3.4", optional = true }
sp-state-machine = { version = "0.8.0-alpha.4", optional = true, path = "../../primitives/state-machine" }
sp-wasm-interface = { version = "2.0.0-alpha.2", path = "../../primitives/wasm-interface", default-features = false }
sp-wasm-interface = { version = "2.0.0-alpha.4", path = "../../primitives/wasm-interface", default-features = false }
sp-runtime-interface = { version = "2.0.0-alpha.4", default-features = false, path = "../runtime-interface" }
sp-trie = { version = "2.0.0-alpha.4", optional = true, path = "../../primitives/trie" }
sp-externalities = { version = "0.8.0-alpha.4", optional = true, path = "../externalities" }
+1 -1
View File
@@ -14,7 +14,7 @@ sp-std = { version = "2.0.0-alpha.4", default-features = false, path = "../std"
sp-runtime = { version = "2.0.0-alpha.4", default-features = false, path = "../../primitives/runtime" }
[dev-dependencies]
substrate-test-utils = { version = "2.0.0-alpha.2", path = "../../test-utils" }
substrate-test-utils = { version = "2.0.0-alpha.4", path = "../../test-utils" }
sp-io ={ version = "2.0.0-alpha.4", path = "../../primitives/io" }
rand = "0.7.2"
@@ -10,7 +10,7 @@ description = "Substrate runtime interface"
documentation = "https://docs.rs/sp-runtime-interface/"
[dependencies]
sp-wasm-interface = { version = "2.0.0-alpha.2", path = "../wasm-interface", default-features = false }
sp-wasm-interface = { version = "2.0.0-alpha.4", path = "../wasm-interface", default-features = false }
sp-std = { version = "2.0.0-alpha.4", default-features = false, path = "../std" }
sp-runtime-interface-proc-macro = { version = "2.0.0-alpha.4", path = "proc-macro" }
sp-externalities = { version = "0.8.0-alpha.4", optional = true, path = "../externalities" }
+1 -1
View File
@@ -13,7 +13,7 @@ wasmi = { version = "0.6.2", optional = true }
sp-core = { version = "2.0.0-alpha.4", default-features = false, path = "../core" }
sp-std = { version = "2.0.0-alpha.4", default-features = false, path = "../std" }
sp-io = { version = "2.0.0-alpha.4", default-features = false, path = "../io" }
sp-wasm-interface = { version = "2.0.0-alpha.2", default-features = false, path = "../wasm-interface" }
sp-wasm-interface = { version = "2.0.0-alpha.4", default-features = false, path = "../wasm-interface" }
codec = { package = "parity-scale-codec", version = "1.2.0", default-features = false }
[dev-dependencies]
@@ -1,6 +1,6 @@
[package]
name = "sp-wasm-interface"
version = "2.0.0-alpha.3"
version = "2.0.0-alpha.4"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
license = "GPL-3.0"