Bump wasm-bindgen to 0.2.59 (#998)

This commit is contained in:
Justin Starry 2020-03-05 00:08:37 +08:00 committed by GitHub
parent 7d67ef9bf5
commit 686c5d6da0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 9 additions and 9 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.58 wasm-bindgen-cli
- cargo install-update-config --version =0.2.59 wasm-bindgen-cli
- cargo install-update --allow-no-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

@ -42,7 +42,7 @@ slab = "0.4"
stdweb = { version = "0.4.20", optional = true }
thiserror = "1"
toml = { version = "0.5", optional = true }
wasm-bindgen = { version = "0.2.58", optional = true }
wasm-bindgen = { version = "0.2.59", optional = true }
wasm-bindgen-futures = { version = "0.4", optional = true }
yew-macro = { version = "0.13.0", path = "crates/macro" }
@ -102,7 +102,7 @@ features = [
# Changes here must be reflected in `build.rs`
[target.'cfg(all(target_arch = "wasm32", not(target_os="wasi"), not(cargo_web)))'.dependencies]
wasm-bindgen = "0.2.58"
wasm-bindgen = "0.2.59"
# Changes here must be reflected in `build.rs`
[target.'cfg(all(target_arch = "wasm32", not(target_os="wasi"), not(cargo_web)))'.dev-dependencies]

View File

@ -26,7 +26,7 @@ features = [
]
[target.'cfg(all(target_arch = "wasm32", not(cargo_web)))'.dependencies]
wasm-bindgen = "0.2.58"
wasm-bindgen = "0.2.59"
[features]
std_web = ["yew/std_web"]

View File

@ -9,4 +9,4 @@ stdweb = "0.4.20"
yew = { path = "../../..", features = ["std_web"] }
[target.'cfg(all(target_arch = "wasm32", not(target_os="wasi"), not(cargo_web)))'.dependencies]
wasm-bindgen = "0.2.58"
wasm-bindgen = "0.2.59"

View File

@ -9,4 +9,4 @@ yew = { path = "../../..", features = ["std_web"] }
stdweb = "^0.4.20"
[target.'cfg(all(target_arch = "wasm32", not(cargo_web)))'.dependencies]
wasm-bindgen = "0.2.58"
wasm-bindgen = "0.2.59"

View File

@ -9,4 +9,4 @@ stdweb = "0.4.20"
yew = { path = "../../..", features = ["std_web"] }
[target.'cfg(all(target_arch = "wasm32", not(target_os="wasi"), not(cargo_web)))'.dependencies]
wasm-bindgen = "0.2.58"
wasm-bindgen = "0.2.59"

View File

@ -12,4 +12,4 @@ stdweb = "0.4.20"
yew = { path = "../../..", features = ["std_web"] }
[target.'cfg(all(target_arch = "wasm32", not(target_os="wasi"), not(cargo_web)))'.dependencies]
wasm-bindgen = "0.2.58"
wasm-bindgen = "0.2.59"

View File

@ -8,4 +8,4 @@ edition = "2018"
yew = { path = "../../..", features = ["web_sys"] }
[target.'cfg(all(target_arch = "wasm32", not(cargo_web)))'.dependencies]
wasm-bindgen = "0.2.58"
wasm-bindgen = "0.2.59"