Skip to content

Commit

Permalink
Updated Rust test matrix for Windows
Browse files Browse the repository at this point in the history
Switched to `stable` Rust instead of outdated `1.10`
  • Loading branch information
vhbit authored May 20, 2020
1 parent f77653d commit 93cfe0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ environment:
matrix:
- TARGET: nightly-x86_64-pc-windows-msvc
- TARGET: nightly-i686-pc-windows-msvc
- TARGET: 1.10.0-x86_64-pc-windows-msvc
- TARGET: 1.10.0-i686-pc-windows-msvc
- TARGET: stable-x86_64-pc-windows-msvc
- TARGET: stable-i686-pc-windows-msvc
#- TARGET: nightly-i686-pc-windows-gnu

install:
Expand Down

0 comments on commit 93cfe0b

Please sign in to comment.