Skip to content

Commit

Permalink
Update MSRV to 1.63
Browse files Browse the repository at this point in the history
  • Loading branch information
optout21 committed Jan 24, 2024
1 parent 2cf775d commit c09da60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ jobs:
strategy:
matrix:
platform: [ ubuntu-latest, macos-latest, windows-latest ]
toolchain: [ stable, 1.48.0 ]
toolchain: [ stable, 1.63.0 ]
include:
- toolchain: stable
check-fmt: true
exclude:
- platform: macos-latest
toolchain: 1.48.0
toolchain: 1.63.0
- platform: windows-latest
toolchain: stable
runs-on: ${{ matrix.platform }}
Expand Down

0 comments on commit c09da60

Please sign in to comment.