Skip to content

Commit

Permalink
Bump MSRV to 1.40.0 for non_exhaustive
Browse files Browse the repository at this point in the history
  • Loading branch information
wezm committed Oct 8, 2024
1 parent 597c6f7 commit 43409ad
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 @@ -12,11 +12,11 @@ jobs:
ci:
strategy:
matrix:
rust: [beta, stable, 1.38.0]
rust: [beta, stable, 1.40.0]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@v1
with:
toolchain: ${{ matrix.rust }}
Expand Down

0 comments on commit 43409ad

Please sign in to comment.