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.81`, and our `Cargo.lock` agrees, so that is what `publish.yml` should mention.