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
@@ -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" }