Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit 27bfef8

Browse files
committed
bump MSRV to 1.85 and temporarily reduce msrv_range to one
The latter will hopefully sidestep the various 1.87 upgrade headaches that will be addressed upstream. Signed-off-by: Joel Dice <joel.dice@fermyon.com>
1 parent e7bbbd0 commit 27bfef8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ inputs:
99
msrv_range:
1010
description: 'Versions later-than-latest-Rust the MSRV supports'
1111
required: false
12-
default: '2'
12+
default: '1'
1313

1414
runs:
1515
using: composite

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ authors = ["The Wasmtime Project Developers"]
176176
edition = "2021"
177177
# Wasmtime's current policy is that this number can be no larger than the
178178
# current stable release of Rust minus 2.
179-
rust-version = "1.84.0"
179+
rust-version = "1.85.0"
180180

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

0 commit comments

Comments
 (0)