Skip to content

Commit

Permalink
feat: change clippy toolchain to nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
0xJepsen committed Apr 25, 2024
1 parent 9ba4679 commit 62cbbfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: install rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: 1.75.0
toolchain: nightly
components: clippy
- name: cargo clippy
run: cargo clippy --workspace --all-features -- -D warnings
Expand Down

0 comments on commit 62cbbfe

Please sign in to comment.