simplify cargo audit (#9918)

This commit is contained in:
TriplEight
2018-11-14 11:46:10 +01:00
committed by GitHub
parent 23a29439c0
commit 052380b8de

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 --force
cargo +stable audit
cargo install cargo-audit
cargo audit