Skip to content

Commit

Permalink
clippy: Fix cargo-deny install for make clippy (tikv#17929)
Browse files Browse the repository at this point in the history
close tikv#17928

Fix cargo-deny install for make clippy

Signed-off-by: Connor <[email protected]>

Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
  • Loading branch information
2 people authored and nbravo committed Jan 9, 2025
1 parent 012507e commit aab6922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deny
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -euo pipefail

cargo install [email protected] 2> /dev/null || echo "Install cargo-deny failed"
cargo install --locked [email protected] 2> /dev/null || echo "Install cargo-deny failed"
cargo deny -V
cargo deny fetch all
cargo deny check --show-stats

0 comments on commit aab6922

Please sign in to comment.