Skip to content

Commit ea87857

Browse files
committed
Bump Clippy action to Rust 1.81
1 parent a616f31 commit ea87857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/clippy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v4
12-
- uses: dtolnay/rust-toolchain@1.61
12+
- uses: dtolnay/rust-toolchain@1.81
1313
with:
1414
components: clippy
1515
- run: cargo clippy --all --features cortex-m/critical-section-single-core -- --deny warnings

0 commit comments

Comments
 (0)