Skip to content

Commit bf49a59

Browse files
committed
Update to use Rust 1.9.0
1 parent 4fc2fbb commit bf49a59

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

appveyor.yml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,45 +5,33 @@ clone_depth: 1
55
environment:
66
matrix:
77
- TOOLCHAIN_VERSION: 14.0
8-
RUST: 1.5.0
8+
RUST: 1.9.0
99
PYTHON: "C:\\Python35"
10-
PYTHON_VERSION: "3.5.0"
11-
PYTHON_ARCH: "32"
1210
platform: Win32
1311

1412
- TOOLCHAIN_VERSION: 14.0
1513
RUST: beta
1614
PYTHON: "C:\\Python35"
17-
PYTHON_VERSION: "3.5.0"
18-
PYTHON_ARCH: "32"
1915
platform: Win32
2016

2117
- TOOLCHAIN_VERSION: 14.0
2218
RUST: nightly
2319
PYTHON: "C:\\Python35"
24-
PYTHON_VERSION: "3.5.0"
25-
PYTHON_ARCH: "32"
2620
platform: Win32
2721

2822
- TOOLCHAIN_VERSION: 14.0
29-
RUST: 1.5.0
23+
RUST: 1.9.0
3024
PYTHON: "C:\\Python35-x64"
31-
PYTHON_VERSION: "3.5.0"
32-
PYTHON_ARCH: "64"
3325
platform: x64
3426

3527
- TOOLCHAIN_VERSION: 14.0
3628
RUST: beta
3729
PYTHON: "C:\\Python35-x64"
38-
PYTHON_VERSION: "3.5.0"
39-
PYTHON_ARCH: "64"
4030
platform: x64
4131

4232
- TOOLCHAIN_VERSION: 14.0
4333
RUST: nightly
4434
PYTHON: "C:\\Python35-x64"
45-
PYTHON_VERSION: "3.5.0"
46-
PYTHON_ARCH: "64"
4735
platform: x64
4836

4937
matrix:

0 commit comments

Comments
 (0)