Skip to content

Commit

Permalink
web: Bump wasm-bindgen to 0.2.83
Browse files Browse the repository at this point in the history
This reverts commit cf721d4 and restores
commit 084b252, this time without updating
`web-sys`, due to being coupled to `wgpu`.
  • Loading branch information
relrelb committed Sep 23, 2022
1 parent 4828a9c commit 1954f61
Show file tree
Hide file tree
Showing 11 changed files with 234 additions and 219 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: install
args: wasm-bindgen-cli --version 0.2.82
args: wasm-bindgen-cli --version 0.2.83

- name: Setup conda
uses: conda-incubator/setup-miniconda@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
# wasm-bindgen-cli version must match wasm-bindgen crate version.
# Be sure to update in release_nightly.yml, web/Cargo.toml and web/README.md.
- name: Install wasm-bindgen
run: cargo install wasm-bindgen-cli --version 0.2.82
run: cargo install wasm-bindgen-cli --version 0.2.83

- name: Setup conda
uses: conda-incubator/setup-miniconda@v2
Expand Down
Loading

0 comments on commit 1954f61

Please sign in to comment.