mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
The versions of wasm-bindgen-cli run by `.github/workflows/publish.yml` must exactly match the version of `wasm-bindgen` used by `wgpu`. At the moment, `wgpu/Cargo.toml` specifies `0.2.76`, and our `Cargo.lock` says `0.2.78`, so the latter is what `publish.yml` should mention.