Skip to content

Commit

Permalink
Merge #63
Browse files Browse the repository at this point in the history
63: Remove `-Z install-upgrade` for cargo-audit r=Nemo157 a=Nemo157

This is now the default since rust-lang/cargo#7560, still need to use nightly for `-Z minimal-versions` though.

Co-authored-by: Nemo157 <wim@nemo157.com>
  • Loading branch information
bors[bot] and Nemo157 committed Dec 5, 2019
2 parents 9d905ee + cfd76ef commit d21f0a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -16,7 +16,7 @@ matrix:
cache: cargo
rust: nightly
install:
- cargo install -Z install-upgrade cargo-audit
- cargo install cargo-audit
script:
- cargo generate-lockfile -Z minimal-versions
- cargo audit
Expand Down

0 comments on commit d21f0a4

Please sign in to comment.