Skip to content

Commit 4484b0d

Browse files
committed
Pin wasm-bindgen to 0.2.95
rustwasm/wasm-bindgen#4304
1 parent e782732 commit 4484b0d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ jobs:
3434
- name: Enable type layout randomization
3535
run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zrandomize-layout >> $GITHUB_ENV
3636
if: matrix.rust == 'nightly'
37+
- name: Pin wasm-bindgen (https://github.com/rustwasm/wasm-bindgen/issues/4304)
38+
run: |
39+
cargo update js-sys --precise 0.3.72
40+
cargo update wasm-bindgen --precise 0.2.95
41+
if: matrix.rust != 'nightly'
3742
- run: cargo test --no-default-features
3843
- run: cargo test
3944
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)