Skip to content

Commit 7be4126

Browse files
authored
Update test MSRV to match the actually-supported minimum Rust version. (#100)
1 parent 02ee63f commit 7be4126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
os: ['ubuntu-latest', 'windows-latest', 'macos-latest']
18-
toolchain: ["1.84", "stable", "beta"]
18+
toolchain: ['1.85', 'stable', 'beta']
1919
experimental: [false]
2020
include:
2121
- os: 'ubuntu-latest'

0 commit comments

Comments
 (0)