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

Revert wasm-bindgen to 0.2.100 (#7612)

This commit is contained in:
Emil Ernerfeldt
2025-10-09 08:56:33 +02:00
committed by GitHub
parent 917aaca991
commit 9e13889589
4 changed files with 28 additions and 30 deletions

View File

@@ -92,8 +92,7 @@ jobs:
- name: wasm-bindgen
uses: jetli/wasm-bindgen-action@v0.1.0
with:
# Keep wasm-bindgen in sync in: setup_web.sh, Cargo.toml, Cargo.lock, rust.yml
version: "0.2.104"
version: "0.2.100" # Keep wasm-bindgen version in sync in: setup_web.sh, Cargo.toml, Cargo.lock, rust.yml
- run: ./scripts/wasm_bindgen_check.sh --skip-setup