mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-21 22:33:49 +00:00
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:
parent
33e5b7af26
commit
630c12fe47
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user