Skip to content

Commit fd91ec1

Browse files
committed
rust-stable is 1.8.0, not 1.9.0.
1 parent d1d2aef commit fd91ec1

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

appveyor.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ clone_depth: 1
55
environment:
66
matrix:
77
- TOOLCHAIN_VERSION: 14.0
8-
RUST: 1.9.0
8+
RUST: 1.8.0
99
PYTHON: "C:\\Python35"
1010
platform: Win32
1111

@@ -20,7 +20,7 @@ environment:
2020
platform: Win32
2121

2222
- TOOLCHAIN_VERSION: 14.0
23-
RUST: 1.9.0
23+
RUST: 1.8.0
2424
PYTHON: "C:\\Python35-x64"
2525
platform: x64
2626

@@ -35,7 +35,7 @@ environment:
3535
platform: x64
3636

3737
- TOOLCHAIN_VERSION: 14.0
38-
RUST: 1.9.0
38+
RUST: 1.8.0
3939
PYTHON: "C:\\Python34"
4040
DISTUTILS_USE_SDK: "1"
4141
platform: Win32
@@ -53,7 +53,7 @@ environment:
5353
platform: Win32
5454

5555
- TOOLCHAIN_VERSION: 14.0
56-
RUST: 1.9.0
56+
RUST: 1.8.0
5757
PYTHON: "C:\\Python34-x64"
5858
DISTUTILS_USE_SDK: "1"
5959
platform: x64
@@ -71,7 +71,7 @@ environment:
7171
platform: x64
7272

7373
- TOOLCHAIN_VERSION: 14.0
74-
RUST: 1.9.0
74+
RUST: 1.8.0
7575
PYTHON: "C:\\Python33"
7676
DISTUTILS_USE_SDK: "1"
7777
platform: Win32
@@ -89,7 +89,7 @@ environment:
8989
platform: Win32
9090

9191
- TOOLCHAIN_VERSION: 14.0
92-
RUST: 1.9.0
92+
RUST: 1.8.0
9393
PYTHON: "C:\\Python33-x64"
9494
DISTUTILS_USE_SDK: "1"
9595
platform: x64
@@ -107,7 +107,7 @@ environment:
107107
platform: x64
108108

109109
- TOOLCHAIN_VERSION: 14.0
110-
RUST: 1.9.0
110+
RUST: 1.8.0
111111
PYTHON: "C:\\Python27"
112112
platform: Win32
113113

@@ -122,7 +122,7 @@ environment:
122122
platform: Win32
123123

124124
- TOOLCHAIN_VERSION: 14.0
125-
RUST: 1.9.0
125+
RUST: 1.8.0
126126
PYTHON: "C:\\Python27-x64"
127127
platform: x64
128128

0 commit comments

Comments
 (0)