mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 15:51:12 +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
@@ -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 }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user