Skip to content

Commit

Permalink
CI: run clippy on 1.79 stable (#30)
Browse files Browse the repository at this point in the history
Previously `beta` was used for the `integer_division_remainder_used`
lint, which was stabilized in 1.79 which was released today.

Closes #27
  • Loading branch information
tarcieri committed Jun 13, 2024
1 parent 663a48d commit 4fed1c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workspace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
timeout-minutes: 45
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@beta # TODO: use `1.79` after 2024-06-13
- uses: dtolnay/rust-toolchain@1.79
with:
components: clippy
- run: cargo clippy -- -D warnings
Expand Down

0 comments on commit 4fed1c1

Please sign in to comment.