Skip to content

Commit

Permalink
Raise minimum rustc to 1.64
Browse files Browse the repository at this point in the history
Required by clap 4.1 / clap_lex 0.3.1:

    error: package `clap_lex v0.3.1` cannot be built because it requires rustc 1.64.0 or newer
  • Loading branch information
dtolnay committed Jan 14, 2023
1 parent dccd84a commit 9837607
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 @@ -37,7 +37,7 @@ jobs:
strategy:
fail-fast: false
matrix:
rust: [nightly, beta, stable, 1.60.0]
rust: [nightly, beta, stable, 1.64.0]
timeout-minutes: 45
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 9837607

Please sign in to comment.