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 9412a9b commit 2656210Copy full SHA for 2656210
.github/workflows/ci.yml
@@ -35,7 +35,7 @@ jobs:
35
persist-credentials: false
36
- uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # master
37
with:
38
- toolchain: stable ${{ matrix.rust }}
+ toolchain: ${{ matrix.rust }}
39
# Only run tests on latest stable and above
40
- name: Install cargo-nextest
41
if: ${{ matrix.rust != '1.88' }} # MSRV
0 commit comments