Skip to content

Commit 0fe25c8

Browse files
Update rust.yml
1 parent 9f9cdcd commit 0fe25c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ jobs:
1717
strategy:
1818
max-parallel: 3
1919
matrix:
20-
rust: [stable, beta, nightly, 1.83.0, 1.65.0, 1.61.0, 1.57.0]
20+
# TODO: add stable/beta once they're versions >= 1.83
21+
rust: [beta, nightly, 1.83.0, 1.65.0, 1.61.0, 1.57.0]
2122

2223
steps:
2324
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)