Skip to content

Commit cfd76ef

Browse files
authored
Remove -Z install-upgrade for cargo-audit
This is now the default since rust-lang/cargo#7560, still need to use nightly for `-Z minimal-versions` though.
1 parent 9d905ee commit cfd76ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ matrix:
1616
cache: cargo
1717
rust: nightly
1818
install:
19-
- cargo install -Z install-upgrade cargo-audit
19+
- cargo install cargo-audit
2020
script:
2121
- cargo generate-lockfile -Z minimal-versions
2222
- cargo audit

0 commit comments

Comments
 (0)