We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65212fe commit 7ea0205Copy full SHA for 7ea0205
appveyor.yml
@@ -1,6 +1,6 @@
1
install:
2
- - ps: Start-FileDownload 'https://static.rust-lang.org/dist/rust-1.10.0-x86_64-pc-windows-gnu.exe'
3
- - rust-1.10.0-x86_64-pc-windows-gnu.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust"
+ - ps: Start-FileDownload 'https://static.rust-lang.org/dist/rust-1.11.0-x86_64-pc-windows-gnu.exe'
+ - rust-1.11.0-x86_64-pc-windows-gnu.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust"
4
- SET PATH=%PATH%;C:\Program Files (x86)\Rust\bin
5
- rustc -V
6
- cargo -V
0 commit comments