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 4a79cd2 commit 2e2d6a9Copy full SHA for 2e2d6a9
appveyor.yml
@@ -4,7 +4,7 @@ environment:
4
- TARGET: nightly-i686-pc-windows-msvc
5
- TARGET: nightly-x86_64-pc-windows-gnu
6
- TARGET: nightly-i686-pc-windows-gnu
7
- - TARGET: 1.36.0-x86_64-pc-windows-gnu
+ - TARGET: 1.50.0-x86_64-pc-windows-gnu
8
install:
9
- ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-${env:TARGET}.exe" -FileName "rust-install.exe"
10
- ps: .\rust-install.exe /VERYSILENT /NORESTART /DIR="C:\rust" | Out-Null
0 commit comments