From f27e4a9e94ee14e6059e39d2b143407672471811 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Thu, 25 Jan 2018 13:32:27 -0800 Subject: [PATCH] Update parity-wasm dependency --- crates/wasm-bindgen-cli-support/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/wasm-bindgen-cli-support/Cargo.toml b/crates/wasm-bindgen-cli-support/Cargo.toml index 82d706462..77f6d045e 100644 --- a/crates/wasm-bindgen-cli-support/Cargo.toml +++ b/crates/wasm-bindgen-cli-support/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" authors = ["Alex Crichton "] [dependencies] -parity-wasm = "0.17" +parity-wasm = "0.23" failure = "0.1" wasm-bindgen-shared = { path = "../wasm-bindgen-shared" } serde_json = "1.0"