Skip to content

Commit

Permalink
Revert "web: Bump wasm-bindgen to 0.2.83"
Browse files Browse the repository at this point in the history
This reverts commit 084b252.
  • Loading branch information
danielhjacobs authored and adrian17 committed Sep 15, 2022
1 parent 084b252 commit cf721d4
Show file tree
Hide file tree
Showing 12 changed files with 184 additions and 200 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.83
args: wasm-bindgen-cli --version 0.2.82

- 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.83
run: cargo install wasm-bindgen-cli --version 0.2.82

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

0 comments on commit cf721d4

Please sign in to comment.