Skip to content

Commit 4fed1c1

Browse files
authored
CI: run clippy on 1.79 stable (#30)
Previously `beta` was used for the `integer_division_remainder_used` lint, which was stabilized in 1.79 which was released today. Closes #27
1 parent 663a48d commit 4fed1c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workspace.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
timeout-minutes: 45
2222
steps:
2323
- uses: actions/checkout@v4
24-
- uses: dtolnay/rust-toolchain@beta # TODO: use `1.79` after 2024-06-13
24+
- uses: dtolnay/[email protected]
2525
with:
2626
components: clippy
2727
- run: cargo clippy -- -D warnings

0 commit comments

Comments
 (0)