File tree 5 files changed +185
-110
lines changed
5 files changed +185
-110
lines changed Original file line number Diff line number Diff line change 4
4
- " SET PATH=%PYTHON%;%PYTHON%\\ Scripts;%PATH%"
5
5
- " python --version"
6
6
- appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
7
- - rustup-init -yv --default-toolchain nightly-2019-02-07 --default-host x86_64-pc-windows-msvc
7
+ - rustup-init -yv --default-toolchain nightly-2019-07-19 --default-host x86_64-pc-windows-msvc
8
8
- set PATH=%PATH%;%USERPROFILE%\.cargo\bin
9
9
- rustc -V
10
10
- cargo -V
Original file line number Diff line number Diff line change @@ -15,14 +15,14 @@ matrix:
15
15
fast_finish : true
16
16
include :
17
17
- os : linux
18
- rust : nightly-2019-02-07
18
+ rust : nightly-2019-07-19
19
19
- if : tag IS present
20
20
os : osx
21
21
osx_image : xcode9.4
22
- rust : nightly-2019-02-07
22
+ rust : nightly-2019-07-19
23
23
- os : osx
24
24
osx_image : xcode10.1
25
- rust : nightly-2019-02-07
25
+ rust : nightly-2019-07-19
26
26
27
27
install :
28
28
- |
You can’t perform that action at this time.
0 commit comments