Skip to content

Commit

Permalink
CI: Patching lint rust version
Browse files Browse the repository at this point in the history
Fixes errors in CI

Signed-off-by: Larry Dewey <[email protected]>
  • Loading branch information
larrydewey committed Oct 29, 2024
1 parent a7ba002 commit 90c44ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
components: clippy
toolchain: 1.80
toolchain: 1.80.0
profile: minimal
override: true
- uses: actions-rs/cargo@v1
Expand Down

0 comments on commit 90c44ce

Please sign in to comment.