Skip to content

Commit

Permalink
ci: set toolchain to 1.81.0 for wasm builds
Browse files Browse the repository at this point in the history
There's a change in how rust 1.82.0 compiles for wasm targets that
wasm-bindgen needs to account for. Till a new release of that project,
and other dependencies, lets pin to our rust version to 1.81 for wasm
tests.
  • Loading branch information
bmwill committed Nov 11, 2024
1 parent 5ee3ec1 commit 43090fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:

- name: rust version
run: |
rustup default 1.81.0
rustc --version
cargo --version
Expand Down

0 comments on commit 43090fc

Please sign in to comment.