mirror of
https://github.com/pezkuwichain/wasm-instrument.git
synced 2026-06-14 02:51:10 +00:00
Upgrade to parity-wasm v0.42.1
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "pwasm-utils"
|
||||
version = "0.16.0"
|
||||
version = "0.17.0"
|
||||
edition = "2018"
|
||||
authors = ["Nikolay Volf <nikvolf@gmail.com>", "Sergey Pepyakin <s.pepyakin@gmail.com>"]
|
||||
license = "MIT/Apache-2.0"
|
||||
@@ -47,7 +47,7 @@ required-features = ["cli"]
|
||||
[dependencies]
|
||||
# If you add the feature "bulk", make sure you fixed all expects that say
|
||||
# "parity-wasm is compiled without bulk-memory operations"
|
||||
parity-wasm = { version = "0.41.0", default-features = false }
|
||||
parity-wasm = { version = "0.42.1", default-features = false }
|
||||
log = { version = "0.4", default-features = false }
|
||||
byteorder = { version = "1", default-features = false }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user