Skip to content

Commit

Permalink
Merge pull request #140 from zeenix/use-stable-clippy
Browse files Browse the repository at this point in the history
πŸ’š CI: Use stable clippy
  • Loading branch information
zeenix authored Oct 1, 2024
2 parents 3a8ed57 + 2ef3564 commit 7fbf517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly
toolchain: stable
components: clippy
- uses: Swatinem/rust-cache@v2
- name: Check common mistakes
Expand Down

0 comments on commit 7fbf517

Please sign in to comment.