Skip to content

Commit

Permalink
Merge pull request #298 from dbrgn/clap-v4
Browse files Browse the repository at this point in the history
Migrate to Clap v4, bump MSRV to 1.75
  • Loading branch information
dbrgn authored Jun 16, 2024
2 parents 3a14232 + 64f3fbb commit 83b2bda
Show file tree
Hide file tree
Showing 8 changed files with 394 additions and 192 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
toolchain: [stable, 1.64.0]
toolchain: [stable, 1.75.0]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v4
Expand Down
Loading

0 comments on commit 83b2bda

Please sign in to comment.