mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
Bump wasm-bindgen to 0.2.59 (#998)
This commit is contained in:
parent
7d67ef9bf5
commit
686c5d6da0
@ -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"
|
||||
|
||||
@ -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]
|
||||
|
||||
@ -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"]
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user