remove cargo install cargo-audit from CI (#4123)

This commit is contained in:
Rob Walker
2019-05-02 15:35:47 -07:00
committed by GitHub
parent abcbbb925f
commit ffb15578ce
3 changed files with 1 additions and 33 deletions

View File

@@ -12,7 +12,7 @@ export RUSTFLAGS="-D warnings"
_ cargo +"$rust_stable" fmt --all -- --check
_ cargo +"$rust_stable" clippy --all -- --version
_ cargo +"$rust_stable" clippy --all -- --deny=warnings
_ ci/audit.sh
_ cargo +"$rust_stable" audit
_ ci/nits.sh
_ book/build.sh