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 c37242c commit 4473efcCopy full SHA for 4473efc
.github/workflows/test.yml
@@ -102,9 +102,9 @@ jobs:
102
fail-fast: false
103
matrix:
104
include:
105
- - toolchain: nightly-2025-03-15
+ - toolchain: nightly-2025-05-05
106
os: ubuntu-latest
107
- - toolchain: 1.81.0
+ - toolchain: 1.75.0
108
109
- toolchain: stable
110
.github/workflows/unit-test.yml
@@ -42,10 +42,7 @@ jobs:
42
run: cargo build --target wasm32-unknown-unknown --locked ${{ inputs.flags }}
43
44
- name: Install wasm-pack
45
- uses: alorel-actions/cargo-global-dep@v1
46
- with:
47
- name: wasm-pack
48
- version: 0.13.1
+ uses: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
49
50
- name: Test (Chrome)
51
if: ${{ runner.os != 'macOS' }}
0 commit comments