Bug 1547979 - Bump appveyor rust version to 1.34. r=kvark

Differential Revision: https://phabricator.services.mozilla.com/D29351

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Kartikaya Gupta 2019-04-30 13:51:08 +00:00
Родитель 38267f73c2
Коммит 1ee860c169
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -8,8 +8,8 @@ environment:
TARGET: x86_64-pc-windows-msvc
install:
- ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-1.30.0-${env:TARGET}.msi"
- msiexec /passive /i "rust-1.30.0-%TARGET%.msi" ADDLOCAL=Rustc,Cargo,Std INSTALLDIR=C:\Rust
- ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-1.34.0-${env:TARGET}.msi"
- msiexec /passive /i "rust-1.34.0-%TARGET%.msi" ADDLOCAL=Rustc,Cargo,Std INSTALLDIR=C:\Rust
- rustc -V
- cargo -V