Update parity-wasm dep

This commit is contained in:
Alex Crichton 2018-02-26 17:11:56 -08:00
parent 90882bb06f
commit 19f88f0fd2
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ authors = ["Alex Crichton <alex@alexcrichton.com>"]
[dependencies]
base64 = "0.9"
failure = "0.1"
parity-wasm = "0.23"
parity-wasm = "0.27"
serde_json = "1.0"
wasm-bindgen-shared = { path = "../wasm-bindgen-shared" }
wasm-gc-api = "0.1"

View File

@ -5,7 +5,7 @@ authors = ["Alex Crichton <alex@alexcrichton.com>"]
[dependencies]
docopt = "0.8"
parity-wasm = "0.23"
parity-wasm = "0.27"
serde = "1.0"
serde_derive = "1.0"
wasm-bindgen-cli-support = { path = "../wasm-bindgen-cli-support" }