File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
.github/actions/install-rust Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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-2025-10-14 " >> "$GITHUB_OUTPUT"
35+ echo "version=nightly-2025-11-01 " >> "$GITHUB_OUTPUT"
3636 else
3737 echo "version=${{ inputs.toolchain }}" >> "$GITHUB_OUTPUT"
3838 fi
Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ authors = ["The Wasmtime Project Developers"]
187187edition = " 2024"
188188# Wasmtime's current policy is that this number can be no larger than the
189189# current stable release of Rust minus 2.
190- rust-version = " 1.88 .0"
190+ rust-version = " 1.89 .0"
191191
192192[workspace .lints .rust ]
193193# Turn on some lints which are otherwise allow-by-default in rustc.
You can’t perform that action at this time.
0 commit comments