From 8a4684fcf23bb43d95eeaaaab788be55b29f9cbd Mon Sep 17 00:00:00 2001 From: Justin Starry Date: Tue, 7 Jan 2020 09:16:18 +0800 Subject: [PATCH] Bump wasm-bindgen version from 0.2.56 to 0.2.57 (#848) --- .travis.yml | 2 +- Cargo.toml | 2 +- examples/futures/Cargo.toml | 2 +- examples/js_callback/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index de5cbeb08..8808d9395 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,7 +30,7 @@ install: - rustup component add clippy - rustup target add wasm32-unknown-unknown - cargo install cargo-update || true - - cargo install-update-config --version =0.2.56 wasm-bindgen-cli + - cargo install-update-config --version =0.2.57 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 24c71f882..6a13acbf6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ toml = { version = "0.5", optional = true } yew-macro = { version = "0.11.1", path = "crates/macro" } [target.'cfg(all(target_arch = "wasm32", not(target_os="wasi"), not(cargo_web)))'.dependencies] -wasm-bindgen = "0.2.56" +wasm-bindgen = "0.2.57" 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/futures/Cargo.toml b/examples/futures/Cargo.toml index d5cdeae48..b8c6e9cc4 100644 --- a/examples/futures/Cargo.toml +++ b/examples/futures/Cargo.toml @@ -26,4 +26,4 @@ features = [ ] [target.'cfg(all(target_arch = "wasm32", not(cargo_web)))'.dependencies] -wasm-bindgen = "0.2.56" +wasm-bindgen = "0.2.57" diff --git a/examples/js_callback/Cargo.toml b/examples/js_callback/Cargo.toml index d5c24fb79..1729e7d7f 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.56" +wasm-bindgen = "0.2.57"