mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-09 15:18:00 +00:00
Update pwasm to the latest nightly (#290)
- Update parity-wasm to 0.31 - Update pwasm-utils to 0.3.1 - Update usages of btree map in runtime-std
This commit is contained in:
committed by
Benjamin Kampmann
parent
374984fe35
commit
a472fe4430
@@ -7,8 +7,8 @@ authors = ["Parity Technologies <admin@parity.io>"]
|
||||
substrate-codec = { path = "../../codec", default_features = false }
|
||||
substrate-runtime-std = { path = "../../runtime-std", default_features = false }
|
||||
substrate-runtime-sandbox = { path = "../../runtime-sandbox", default_features = false }
|
||||
parity-wasm = { version = "0.30", default_features = false }
|
||||
pwasm-utils = { version = "0.2", default_features = false }
|
||||
parity-wasm = { version = "0.31", default_features = false }
|
||||
pwasm-utils = { version = "0.3", default_features = false }
|
||||
|
||||
[dev-dependencies]
|
||||
wabt = "0.4"
|
||||
|
||||
Reference in New Issue
Block a user