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 c3d95db commit 5aec922Copy full SHA for 5aec922
.github/actions/setup-wasm/action.yml
@@ -4,7 +4,8 @@ inputs:
4
toolchain:
5
description: 'Rust toolchain version'
6
required: false
7
- default: 'nightly'
+ # FIXME: set to nightly when https://github.com/rust-lang/rust/issues/145652
8
+ default: 'nightly-2025-08-18'
9
wasm-bindgen-version:
10
description: 'wasm-bindgen-cli version'
11
@@ -31,4 +32,4 @@ runs:
31
32
- name: Setup Rust Cache
33
uses: Swatinem/rust-cache@v2
34
with:
- prefix-key: ${{ inputs.cache-prefix }}
35
+ prefix-key: ${{ inputs.cache-prefix }}
0 commit comments