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
@@ -16,7 +16,7 @@ codec = { package = "parity-scale-codec", version = "1.2.0" }
wasmi = "0.6.2"
sp-core = { version = "2.0.0-alpha.4", path = "../../../primitives/core" }
sp-allocator = { version = "2.0.0-alpha.4", path = "../../../primitives/allocator" }
sp-wasm-interface = { version = "2.0.0-alpha.2", path = "../../../primitives/wasm-interface" }
sp-wasm-interface = { version = "2.0.0-alpha.4", path = "../../../primitives/wasm-interface" }
sp-runtime-interface = { version = "2.0.0-alpha.4", path = "../../../primitives/runtime-interface" }
sp-serializer = { version = "2.0.0-alpha.4", path = "../../../primitives/serializer" }