We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e782732 commit 4484b0dCopy full SHA for 4484b0d
.github/workflows/ci.yml
@@ -34,6 +34,11 @@ jobs:
34
- name: Enable type layout randomization
35
run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zrandomize-layout >> $GITHUB_ENV
36
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'
42
- run: cargo test --no-default-features
43
- run: cargo test
44
- uses: actions/upload-artifact@v4
0 commit comments