Skip to content

Commit

Permalink
Update publish.yml workflow's wasm-bindgen version to 0.2.83. (#3351)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jimblandy authored Jan 5, 2023
1 parent 33e5b7a commit 630c12f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 630c12f

Please sign in to comment.