rustup add!

This commit is contained in:
Lokathor 2018-11-20 02:42:59 -07:00
parent 2ec6482bc4
commit e3497d6b4c

View file

@ -8,6 +8,7 @@ rust:
- nightly
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-xbuild || cargo install cargo-xbuild)
- (test -x $HOME/.cargo/bin/cargo-make || cargo install cargo-make)