Skip to content

Commit 767789f

Browse files
authored
Update nightly Rust used in CI (#13044)
Hasn't been updated in a bit so keep it updated to try to stay ahead of any unintended issues. prtest:full
1 parent 881ce47 commit 767789f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/install-rust/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ runs:
3232
elif [ "${{ inputs.toolchain }}" = "msrv" ]; then
3333
echo "version=1.$msrv.0" >> "$GITHUB_OUTPUT"
3434
elif [ "${{ inputs.toolchain }}" = "wasmtime-ci-pinned-nightly" ]; then
35-
echo "version=nightly-2026-01-26" >> "$GITHUB_OUTPUT"
35+
echo "version=nightly-2026-04-10" >> "$GITHUB_OUTPUT"
3636
elif [ "${{ inputs.toolchain }}" = "wasmtime-ci-oss-fuzz-pin" ]; then
3737
# Do not change this number unless OSS-Fuzz has updated. If you update
3838
# this version and do not update OSS-Fuzz then you will break our

0 commit comments

Comments
 (0)