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

Update wasm-bindgen to 0.2.108, and ehttp to 0.7.1 (#7996)

This commit is contained in:
Emil Ernerfeldt
2026-03-23 12:33:41 +01:00
committed by GitHub
parent 49fad9a7b2
commit bccd5f87bd
5 changed files with 133 additions and 102 deletions

View File

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