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

Commit

Permalink
Updated Appveyor build script with the Rust 1.15.1 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Razican committed Feb 11, 2017
1 parent a86b2e9 commit 91aef1b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ environment:
MSYS_BITS: 64
- TARGET: beta-i686-pc-windows-gnu
MSYS_BITS: 32
- TARGET: 1.14.0-x86_64-pc-windows-msvc
- TARGET: 1.14.0-i686-pc-windows-msvc
- TARGET: 1.14.0-x86_64-pc-windows-gnu
- TARGET: 1.15.1-x86_64-pc-windows-msvc
- TARGET: 1.15.1-i686-pc-windows-msvc
- TARGET: 1.15.1-x86_64-pc-windows-gnu
MSYS_BITS: 64
- TARGET: 1.14.0-i686-pc-windows-gnu
- TARGET: 1.15.1-i686-pc-windows-gnu
MSYS_BITS: 32

install:
Expand Down

0 comments on commit 91aef1b

Please sign in to comment.