Update publish.yml workflow's wasm-bindgen version to 0.2.83. (#3351)

In order to update wgpu.rs, the version of wasm-bindgen specified in
`.github/workflows/publish.yml` must exactly match that in the main
`Cargo.lock` file. This is currently 0.2.83.
This commit is contained in:
Jim Blandy 2023-01-04 16:11:08 -08:00 committed by GitHub
parent 33e5b7af26
commit 630c12fe47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ jobs:
target: wasm32-unknown-unknown
- name: Install wasm-bindgen-cli
run: cargo install wasm-bindgen-cli --version=0.2.81
run: cargo install wasm-bindgen-cli --version=0.2.83
- name: Build WebGPU examples
run: cargo build --release --target wasm32-unknown-unknown --examples