Skip to content
This repository was archived by the owner on Feb 16, 2024. It is now read-only.

Commit 91aef1b

Browse files
committed
Updated Appveyor build script with the Rust 1.15.1 dependency
1 parent a86b2e9 commit 91aef1b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.appveyor.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ environment:
1313
MSYS_BITS: 64
1414
- TARGET: beta-i686-pc-windows-gnu
1515
MSYS_BITS: 32
16-
- TARGET: 1.14.0-x86_64-pc-windows-msvc
17-
- TARGET: 1.14.0-i686-pc-windows-msvc
18-
- TARGET: 1.14.0-x86_64-pc-windows-gnu
16+
- TARGET: 1.15.1-x86_64-pc-windows-msvc
17+
- TARGET: 1.15.1-i686-pc-windows-msvc
18+
- TARGET: 1.15.1-x86_64-pc-windows-gnu
1919
MSYS_BITS: 64
20-
- TARGET: 1.14.0-i686-pc-windows-gnu
20+
- TARGET: 1.15.1-i686-pc-windows-gnu
2121
MSYS_BITS: 32
2222

2323
install:

0 commit comments

Comments
 (0)