Skip to content

Commit

Permalink
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
rust_version: [stable, 1.67.0]
rust_version: [stable, 1.70.0]
target:
- x86_64-pc-windows-msvc
- i686-pc-windows-msvc
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ environment:
TOOLCHAIN: stable
- TARGET: x86_64-pc-windows-gnu
MINGW: true
TOOLCHAIN: 1.66.0
TOOLCHAIN: 1.70.0
- TARGET: x86_64-pc-windows-msvc
TOOLCHAIN: stable
- TARGET: x86_64-pc-windows-msvc
TOOLCHAIN: 1.66.0
TOOLCHAIN: 1.70.0

install:
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
Expand Down

0 comments on commit aef3375

Please sign in to comment.