Update more parity-wasm

This commit is contained in:
Alex Crichton 2019-02-04 22:06:10 -08:00
parent 4a50d7b71c
commit ef37986541
4 changed files with 4 additions and 4 deletions

View File

@ -13,7 +13,7 @@ Shared support for the wasm-bindgen-cli package, an internal dependency
[dependencies]
base64 = "0.9"
failure = "0.1.2"
parity-wasm = "0.35"
parity-wasm = "0.36"
tempfile = "3.0"
wasm-bindgen-gc = { path = '../gc', version = '=0.2.33' }
wasm-bindgen-shared = { path = "../shared", version = '=0.2.33' }

View File

@ -11,7 +11,7 @@ Support for removing unused items from a wasm executable
"""
[dependencies]
parity-wasm = "0.35.1"
parity-wasm = "0.36"
log = "0.4"
rustc-demangle = "0.1.9"

View File

@ -11,5 +11,5 @@ Support for threading-related transformations in wasm-bindgen
"""
[dependencies]
parity-wasm = "0.35"
parity-wasm = "0.36"
failure = "0.1"

View File

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