mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
Update wasm-bindgen (#753)
This commit is contained in:
parent
c439a3d477
commit
1218c1de33
@ -31,7 +31,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.54 wasm-bindgen-cli
|
- cargo install-update-config --version =0.2.55 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.4", optional = true }
|
|||||||
yew-macro = { version = "0.10.1", path = "crates/macro" }
|
yew-macro = { version = "0.10.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.54"
|
wasm-bindgen = "0.2.55"
|
||||||
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]
|
||||||
|
|||||||
@ -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.54"
|
wasm-bindgen = "0.2.55"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user