Skip to content

Commit

Permalink
Remove pinned version for clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
cakevm committed Jan 11, 2025
1 parent 1a21ae3 commit 06006fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ fmt-check:

.PHONY: clippy
clippy:
cargo +1.84 clippy --all --all-features --lib --tests --benches -- -D warnings
cargo clippy --all --all-features --lib --tests --benches -- -D warnings

.PHONY: taplo
taplo:
Expand Down

0 comments on commit 06006fe

Please sign in to comment.