mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 04:01:10 +00:00
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:
committed by
GitHub
parent
25e25a83b9
commit
becbe0a339
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user