Use cargo-update-installed instead of cargo-update (#491)

This commit is contained in:
Philipp Oppermann
2018-10-27 16:37:42 +02:00
committed by GitHub
parent 92c27c6545
commit 070e81964e
2 changed files with 4 additions and 4 deletions

View File

@@ -36,10 +36,10 @@ install:
before_script:
- rustup component add rust-src
- (test -x $HOME/.cargo/bin/cargo-install-update || cargo install cargo-update)
- (test -x $HOME/.cargo/bin/cargo-update-installed || cargo install cargo-update-installed)
- (test -x $HOME/.cargo/bin/cargo-xbuild || cargo install cargo-xbuild)
- (test -x $HOME/.cargo/bin/bootimage || cargo install bootimage)
- cargo install-update -a
- cargo update-installed
script:
- bootimage build