Skip to content

Commit 2e2d6a9

Browse files
committed
Bump appveyor rust version to 1.50.0.
1 parent 4a79cd2 commit 2e2d6a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ environment:
44
- TARGET: nightly-i686-pc-windows-msvc
55
- TARGET: nightly-x86_64-pc-windows-gnu
66
- TARGET: nightly-i686-pc-windows-gnu
7-
- TARGET: 1.36.0-x86_64-pc-windows-gnu
7+
- TARGET: 1.50.0-x86_64-pc-windows-gnu
88
install:
99
- ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-${env:TARGET}.exe" -FileName "rust-install.exe"
1010
- ps: .\rust-install.exe /VERYSILENT /NORESTART /DIR="C:\rust" | Out-Null

0 commit comments

Comments
 (0)