1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 14:49:06 -04:00

Do not lock wasm-bindgen version (#7609)

This commit is contained in:
Emil Ernerfeldt
2025-10-08 17:09:04 +02:00
committed by GitHub
parent 47a437403f
commit 94f2ed6334
3 changed files with 3 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ set -x
rustup target add wasm32-unknown-unknown
# For generating JS bindings:
# Keep wasm-bindgen in sync in: setup_web.sh, Cargo.toml, Cargo.lock, rust.yml
if ! cargo install --list | grep -q 'wasm-bindgen-cli v0.2.104'; then
cargo install --force --quiet wasm-bindgen-cli --version 0.2.104
fi