Bump dependency on parity-wasm to 0.32.0

Brings support for atomic instructions!
This commit is contained in:
Alex Crichton
2018-08-28 10:12:56 -07:00
parent a48a35fe41
commit f7e6fa2a04
3 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ Micro-interpreter optimized for wasm-bindgen's use case
"""
[dependencies]
parity-wasm = "0.31"
parity-wasm = "0.32"
[dev-dependencies]
tempfile = "3"