File tree 5 files changed +186
-111
lines changed
5 files changed +186
-111
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
- |
@@ -38,7 +38,7 @@ install:
38
38
pip install cffi virtualenv pytest numpy
39
39
fi
40
40
- cargo install --git https://github.com/PyO3/pyo3-pack.git --tag v0.6.1 pyo3-pack
41
- - rustup default nightly-2019-02-07
41
+ - rustup default nightly-2019-07-19
42
42
- rustup component add rustfmt
43
43
44
44
script :
You can’t perform that action at this time.
0 commit comments