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

Commit 465c46f

Browse files
committed
Added Rust 1.12 builds
1 parent b695ef5 commit 465c46f

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.appveyor.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ environment:
1313
MSYS_BITS: 64
1414
- TARGET: beta-i686-pc-windows-gnu
1515
MSYS_BITS: 32
16+
- TARGET: 1.12.0-x86_64-pc-windows-msvc
17+
- TARGET: 1.12.0-i686-pc-windows-msvc
18+
- TARGET: 1.12.0-x86_64-pc-windows-gnu
19+
MSYS_BITS: 64
20+
- TARGET: 1.12.0-i686-pc-windows-gnu
21+
MSYS_BITS: 32
1622
- TARGET: 1.11.0-x86_64-pc-windows-msvc
1723
- TARGET: 1.11.0-i686-pc-windows-msvc
1824
- TARGET: 1.11.0-x86_64-pc-windows-gnu

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ rust:
1818
- nightly
1919
- beta
2020
- stable
21+
- 1.12.0
2122
- 1.11.0
2223

2324
# Load travis-cargo

0 commit comments

Comments
 (0)