Bump wasm-bindgen version from 0.2.56 to 0.2.57 (#848)

This commit is contained in:
Justin Starry 2020-01-07 09:16:18 +08:00 committed by GitHub
parent 09cc6c5f3d
commit 8a4684fcf2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -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"

View File

@ -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]

View File

@ -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"

View File

@ -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"