Update wasm-bindgen (#753)

This commit is contained in:
Justin Starry 2019-11-23 16:51:16 -05:00 committed by GitHub
parent c439a3d477
commit 1218c1de33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

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.54"
wasm-bindgen = "0.2.55"