Skip to content

Commit aa12702

Browse files
Nemo157cramertj
authored andcommitted
Remove -Z install-upgrade for cargo-hack
This is now the default since rust-lang/cargo#7560
1 parent 7153ba0 commit aa12702

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
@@ -129,7 +129,7 @@ matrix:
129129
- name: cargo check (features)
130130
rust: nightly
131131
install:
132-
- cargo install -Z install-upgrade cargo-hack
132+
- cargo install cargo-hack
133133
script:
134134
# Check each specified feature works properly
135135
# * `--each-feature` - run for each feature which includes --no-default-features and default features of package

0 commit comments

Comments
 (0)