We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ab1d51 commit 74541faCopy full SHA for 74541fa
.github/workflows/ci.yaml
@@ -11,8 +11,8 @@ jobs:
11
continue-on-error: ${{ matrix.experimental || false }}
12
strategy:
13
matrix:
14
- # All generated code should be running on stable now, MRSV is 1.59.0
15
- rust: [nightly, stable, 1.59.0]
+ # All generated code should be running on stable now, MRSV is 1.60.0
+ rust: [nightly, stable, 1.60.0]
16
17
include:
18
# Nightly is only for reference and allowed to fail
0 commit comments