Skip to content

Commit

Permalink
Remove -Z install-upgrade for cargo-audit
Browse files Browse the repository at this point in the history
This is now the default since rust-lang/cargo#7560, still need to use nightly for `-Z minimal-versions` though.
  • Loading branch information
Nemo157 committed Dec 5, 2019
1 parent 9d905ee commit cfd76ef
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 cfd76ef

Please sign in to comment.