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 62cbbfe commit 657afa6
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 @@ -31,7 +31,7 @@ jobs:
toolchain: nightly
components: clippy
- name: cargo clippy
run: cargo clippy --workspace --all-features -- -D warnings
run: cargo +nightly clippy --workspace --all-features -- -D warnings

udeps:
name: udeps
Expand Down

0 comments on commit 657afa6

Please sign in to comment.