Add --force to cargo audit install script (#9735)

This commit is contained in:
Wei Tang 2018-10-11 16:53:00 +08:00 committed by Afri Schoedon
parent 581cd97ba1
commit ce5a6eabae
1 changed files with 1 additions and 1 deletions

View File

@ -3,5 +3,5 @@
set -e # fail on any 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