Skip to content

Commit

Permalink
Set minimum CI version to 1.39
Browse files Browse the repository at this point in the history
Required for async/await support.
  • Loading branch information
johnchildren committed Aug 7, 2020
1 parent b450a31 commit 35b8236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ environment:
- TARGET: nightly-i686-pc-windows-msvc
- TARGET: nightly-x86_64-pc-windows-gnu
- TARGET: nightly-i686-pc-windows-gnu
- TARGET: 1.32.0-x86_64-pc-windows-gnu
- TARGET: 1.39.0-x86_64-pc-windows-gnu
install:
- ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-${env:TARGET}.exe" -FileName "rust-install.exe"
- ps: .\rust-install.exe /VERYSILENT /NORESTART /DIR="C:\rust" | Out-Null
Expand Down

0 comments on commit 35b8236

Please sign in to comment.