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 a616f31 commit ea87857Copy full SHA for ea87857
.github/workflows/clippy.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- uses: actions/checkout@v4
12
- - uses: dtolnay/rust-toolchain@1.61
+ - uses: dtolnay/rust-toolchain@1.81
13
with:
14
components: clippy
15
- run: cargo clippy --all --features cortex-m/critical-section-single-core -- --deny warnings
0 commit comments