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

Commit

Permalink
Added Rust 1.12 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Razican committed Sep 30, 2016
1 parent b695ef5 commit 465c46f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ environment:
MSYS_BITS: 64
- TARGET: beta-i686-pc-windows-gnu
MSYS_BITS: 32
- TARGET: 1.12.0-x86_64-pc-windows-msvc
- TARGET: 1.12.0-i686-pc-windows-msvc
- TARGET: 1.12.0-x86_64-pc-windows-gnu
MSYS_BITS: 64
- TARGET: 1.12.0-i686-pc-windows-gnu
MSYS_BITS: 32
- TARGET: 1.11.0-x86_64-pc-windows-msvc
- TARGET: 1.11.0-i686-pc-windows-msvc
- TARGET: 1.11.0-x86_64-pc-windows-gnu
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ rust:
- nightly
- beta
- stable
- 1.12.0
- 1.11.0

# Load travis-cargo
Expand Down

0 comments on commit 465c46f

Please sign in to comment.