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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 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 --force
cargo +stable audit
cargo install cargo-audit
cargo audit