mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
Bump wasm-bindgen version from 0.2.56 to 0.2.57 (#848)
This commit is contained in:
parent
09cc6c5f3d
commit
8a4684fcf2
@ -30,7 +30,7 @@ install:
|
|||||||
- rustup component add clippy
|
- rustup component add clippy
|
||||||
- rustup target add wasm32-unknown-unknown
|
- rustup target add wasm32-unknown-unknown
|
||||||
- cargo install cargo-update || true
|
- 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
|
- cargo install-update wasm-bindgen-cli
|
||||||
- LATEST_CHROMEDRIVER_VERSION=`curl -s "https://chromedriver.storage.googleapis.com/LATEST_RELEASE"`
|
- 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"
|
- curl --retry 5 -LO "https://chromedriver.storage.googleapis.com/${LATEST_CHROMEDRIVER_VERSION}/chromedriver_linux64.zip"
|
||||||
|
|||||||
@ -38,7 +38,7 @@ toml = { version = "0.5", optional = true }
|
|||||||
yew-macro = { version = "0.11.1", path = "crates/macro" }
|
yew-macro = { version = "0.11.1", path = "crates/macro" }
|
||||||
|
|
||||||
[target.'cfg(all(target_arch = "wasm32", not(target_os="wasi"), not(cargo_web)))'.dependencies]
|
[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"
|
wasm-bindgen-futures = "0.4.4"
|
||||||
|
|
||||||
[target.'cfg(all(target_arch = "wasm32", not(target_os="wasi"), not(cargo_web)))'.dev-dependencies]
|
[target.'cfg(all(target_arch = "wasm32", not(target_os="wasi"), not(cargo_web)))'.dev-dependencies]
|
||||||
|
|||||||
@ -26,4 +26,4 @@ features = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
[target.'cfg(all(target_arch = "wasm32", not(cargo_web)))'.dependencies]
|
[target.'cfg(all(target_arch = "wasm32", not(cargo_web)))'.dependencies]
|
||||||
wasm-bindgen = "0.2.56"
|
wasm-bindgen = "0.2.57"
|
||||||
|
|||||||
@ -9,4 +9,4 @@ yew = { path = "../.." }
|
|||||||
stdweb = "^0.4.20"
|
stdweb = "^0.4.20"
|
||||||
|
|
||||||
[target.'cfg(all(target_arch = "wasm32", not(cargo_web)))'.dependencies]
|
[target.'cfg(all(target_arch = "wasm32", not(cargo_web)))'.dependencies]
|
||||||
wasm-bindgen = "0.2.56"
|
wasm-bindgen = "0.2.57"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user