Upgrade to parity-wasm v0.42.1

This commit is contained in:
Michael Mueller
2020-12-08 12:50:41 +01:00
parent 7da376062a
commit d6127afd1d
5 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -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 }