Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update rust 1.27.0 #2870

Closed
wants to merge 3 commits into from
Closed
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Next

rust 1.27.0

  • Loading branch information
ekicyou committed Jun 29, 2018
commit a6821a6a4a0789c181ebf46b121477296a70370b
@@ -1,7 +1,7 @@
dist: trusty
language: rust
rust:
- 1.23.0
- 1.27.0
- nightly
matrix:
fast_finish: true
@@ -8,8 +8,8 @@ environment:
TARGET: x86_64-pc-windows-msvc

install:
- ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-1.23.0-${env:TARGET}.msi"
- msiexec /passive /i "rust-1.23.0-%TARGET%.msi" ADDLOCAL=Rustc,Cargo,Std INSTALLDIR=C:\Rust
- ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-1.27.0-${env:TARGET}.msi"
- msiexec /passive /i "rust-1.27.0-%TARGET%.msi" ADDLOCAL=Rustc,Cargo,Std INSTALLDIR=C:\Rust
- rustc -V
- cargo -V

ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.