We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 317c7ea + 7b3839b commit fa29b50Copy full SHA for fa29b50
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
strategy:
19
matrix:
20
os: [ubuntu-latest, windows-latest, macOS-latest]
21
- rust: [nightly, beta, stable]
+ rust: [nightly, beta, stable, 1.63]
22
23
steps:
24
- uses: actions/checkout@v3
0 commit comments