Skip to content

Commit 0659fcc

Browse files
clippy: Fix cargo-deny install for make clippy (tikv#17929)
close tikv#17928 Fix cargo-deny install for make clippy Signed-off-by: Connor1996 <zbk602423539@gmail.com> Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
1 parent e7a810b commit 0659fcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/deny

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -euo pipefail
44

5-
cargo install cargo-deny@0.14.3 2> /dev/null || echo "Install cargo-deny failed"
5+
cargo install --locked cargo-deny@0.14.3 2> /dev/null || echo "Install cargo-deny failed"
66
cargo deny -V
77
cargo deny fetch all
88
cargo deny check --show-stats

0 commit comments

Comments
 (0)