Skip to content

Commit

Permalink
Bump MSRV to 1.57.0
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Jul 22, 2022
1 parent 7d755dc commit 646d79c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ jobs:
fail-fast: ${{ !contains(github.event.pull_request.labels.*.name, 'CI-no-fail-fast') }}
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
toolchain: [1.56.1, stable, nightly]
toolchain: [1.57.0, stable, nightly]
zig: [0.9.1, master]
exclude:
# Only test MSRV with zig stable version
- toolchain: 1.56.1
- toolchain: 1.57.0
zig: master
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 646d79c

Please sign in to comment.