Skip to content

Commit 85f0bca

Browse files
committed
Update MSRV to 1.93.0
Accompanying today's release of Rust 1.95
1 parent d60f178 commit 85f0bca

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-2026-04-10" >> "$GITHUB_OUTPUT"
35+
echo "version=nightly-2026-04-16" >> "$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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ authors = ["The Wasmtime Project Developers"]
195195
edition = "2024"
196196
# Wasmtime's current policy is that this number can be no larger than the
197197
# current stable release of Rust minus 2.
198-
rust-version = "1.92.0"
198+
rust-version = "1.93.0"
199199

200200
[workspace.lints.rust]
201201
# Turn on some lints which are otherwise allow-by-default in rustc.

0 commit comments

Comments
 (0)