We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 881ce47 commit 767789fCopy full SHA for 767789f
1 file changed
.github/actions/install-rust/action.yml
@@ -32,7 +32,7 @@ runs:
32
elif [ "${{ inputs.toolchain }}" = "msrv" ]; then
33
echo "version=1.$msrv.0" >> "$GITHUB_OUTPUT"
34
elif [ "${{ inputs.toolchain }}" = "wasmtime-ci-pinned-nightly" ]; then
35
- echo "version=nightly-2026-01-26" >> "$GITHUB_OUTPUT"
+ echo "version=nightly-2026-04-10" >> "$GITHUB_OUTPUT"
36
elif [ "${{ inputs.toolchain }}" = "wasmtime-ci-oss-fuzz-pin" ]; then
37
# Do not change this number unless OSS-Fuzz has updated. If you update
38
# this version and do not update OSS-Fuzz then you will break our
0 commit comments