We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ddcdc9 commit a8f7cbcCopy full SHA for a8f7cbc
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
]
22
steps:
23
- uses: actions/checkout@v4
24
- - uses: dtolnay/rust-toolchain@stable
+ - uses: dtolnay/rust-toolchain@master
25
with:
26
toolchain: ${{ matrix.rust }}
27
- run: RUSTFLAGS="--deny warnings" cargo check ${{ matrix.features }}
0 commit comments