Skip to content

Commit 74541fa

Browse files
committed
bump MSRV to 1.60
1 parent 6ab1d51 commit 74541fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
continue-on-error: ${{ matrix.experimental || false }}
1212
strategy:
1313
matrix:
14-
# All generated code should be running on stable now, MRSV is 1.59.0
15-
rust: [nightly, stable, 1.59.0]
14+
# All generated code should be running on stable now, MRSV is 1.60.0
15+
rust: [nightly, stable, 1.60.0]
1616

1717
include:
1818
# Nightly is only for reference and allowed to fail

0 commit comments

Comments
 (0)