From 1218c1de335f31a534e944616bb89ded90bb5d0c Mon Sep 17 00:00:00 2001 From: Justin Starry Date: Sat, 23 Nov 2019 16:51:16 -0500 Subject: [PATCH] Update wasm-bindgen (#753) --- .travis.yml | 2 +- Cargo.toml | 2 +- examples/js_callback/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6ba2c412b..e3f98d833 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,7 @@ install: - rustup component add clippy - rustup target add wasm32-unknown-unknown - cargo install cargo-update || true - - cargo install-update-config --version =0.2.54 wasm-bindgen-cli + - cargo install-update-config --version =0.2.55 wasm-bindgen-cli - cargo install-update wasm-bindgen-cli - LATEST_CHROMEDRIVER_VERSION=`curl -s "https://chromedriver.storage.googleapis.com/LATEST_RELEASE"` - curl --retry 5 -LO "https://chromedriver.storage.googleapis.com/${LATEST_CHROMEDRIVER_VERSION}/chromedriver_linux64.zip" diff --git a/Cargo.toml b/Cargo.toml index 73d9d40dd..d526f9986 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ toml = { version = "0.4", optional = true } yew-macro = { version = "0.10.1", path = "crates/macro" } [target.'cfg(all(target_arch = "wasm32", not(target_os="wasi"), not(cargo_web)))'.dependencies] -wasm-bindgen = "0.2.54" +wasm-bindgen = "0.2.55" wasm-bindgen-futures = "0.4.4" [target.'cfg(all(target_arch = "wasm32", not(target_os="wasi"), not(cargo_web)))'.dev-dependencies] diff --git a/examples/js_callback/Cargo.toml b/examples/js_callback/Cargo.toml index 48dc3fc13..a17052b75 100644 --- a/examples/js_callback/Cargo.toml +++ b/examples/js_callback/Cargo.toml @@ -9,4 +9,4 @@ yew = { path = "../.." } stdweb = "^0.4.20" [target.'cfg(all(target_arch = "wasm32", not(cargo_web)))'.dependencies] -wasm-bindgen = "0.2.54" +wasm-bindgen = "0.2.55"