Add --force to cargo audit install script (#9735)
This commit is contained in:
parent
581cd97ba1
commit
ce5a6eabae
@ -3,5 +3,5 @@
|
|||||||
set -e # fail on any error
|
set -e # fail on any error
|
||||||
set -u # treat unset variables as error
|
set -u # treat unset variables as error
|
||||||
|
|
||||||
CARGO_TARGET_DIR=./target cargo +stable install cargo-audit
|
CARGO_TARGET_DIR=./target cargo +stable install cargo-audit --force
|
||||||
cargo +stable audit
|
cargo +stable audit
|
||||||
|
Loading…
Reference in New Issue
Block a user