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

Commit dfcef3d

Browse files
committed
temporarily reduce msrv_range to one
This 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 24193dd commit dfcef3d

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

0 commit comments

Comments
 (0)