We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4b71ca commit 8f38a29Copy full SHA for 8f38a29
.github/workflows/build-and-test.yaml
@@ -13,7 +13,7 @@ jobs:
13
fail-fast: false
14
matrix:
15
os: [ubuntu-latest, windows-latest, macos-latest]
16
- rust: [nightly, beta, stable, 1.63.0]
+ rust: [nightly, beta, stable, 1.70.0]
17
steps:
18
- uses: actions/checkout@v2
19
0 commit comments