Skip to content

Commit

Permalink
Update CI MSRV to 1.74.0
Browse files Browse the repository at this point in the history
v0.16 PR uses the latest clap, which depends on this version.
  • Loading branch information
allan2 committed Sep 9, 2024
1 parent 0bc8650 commit 4a6e703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
# minimum supported rust version
rust: [stable, beta, nightly, 1.72.0]
rust: [stable, beta, nightly, 1.74.0]
on:
- { os: ubuntu-latest, target: x86_64-unknown-linux-gnu }
- { os: macos-latest, target: x86_64-apple-darwin }
Expand Down

0 comments on commit 4a6e703

Please sign in to comment.