Skip to content

Commit d21f0a4

Browse files
bors[bot]Nemo157
andauthored
Merge #63
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 <[email protected]>
2 parents 9d905ee + cfd76ef commit d21f0a4

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)