We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e5e4a7 commit e52c7a5Copy full SHA for e52c7a5
.travis.yml
@@ -2,7 +2,7 @@ language: rust
2
sudo: false
3
dist: trusty
4
rust:
5
-- 1.33.0
+- 1.36.0
6
- stable
7
- beta
8
- nightly
appveyor.yml
@@ -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.33.0-x86_64-pc-windows-gnu
+ - TARGET: 1.36.0-x86_64-pc-windows-gnu
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