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.
2 parents 776c991 + 94841da commit e9c0c9eCopy full SHA for e9c0c9e
1 file changed
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
runs-on: ubuntu-latest
26
steps:
27
- uses: actions/checkout@v6.0.2
28
- - uses: dtolnay/rust-toolchain@efa25f7f19611383d5b0ccf2d1c8914531636bf9
+ - uses: dtolnay/rust-toolchain@3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9
29
with:
30
components: rustfmt, clippy
31
toolchain: 1.93.0
@@ -59,7 +59,7 @@ jobs:
59
- toolchain: stable minus 4 releases
60
61
62
63
64
65
toolchain: ${{ matrix.toolchain }}
0 commit comments