Skip to content

Commit 29c5727

Browse files
authored
Bump MSRV to 1.89.0 (#11959)
Accompanying Rust 1.91's release this past week. prtest:full
1 parent 1700302 commit 29c5727

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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-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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ authors = ["The Wasmtime Project Developers"]
187187
edition = "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.

0 commit comments

Comments
 (0)