Skip to content

Commit

Permalink
Raise minimum tested compiler to 1.70
Browse files Browse the repository at this point in the history
Required by clap 4.4.0.

    error: package `clap v4.4.0` cannot be built because it requires rustc
    1.70.0 or newer, while the currently active rustc version is 1.65.0
    Either upgrade to rustc 1.70.0 or newer, or use
    cargo update -p clap@4.4.0 --precise ver
    where `ver` is the latest version of `clap` supporting rustc 1.65.0
  • Loading branch information
dtolnay committed Aug 25, 2023
1 parent 28d69d6 commit 24db477
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 @@ -44,7 +44,7 @@ jobs:
strategy:
fail-fast: false
matrix:
rust: [nightly, beta, stable, 1.65.0]
rust: [nightly, beta, stable, 1.70.0]
timeout-minutes: 45
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 24db477

Please sign in to comment.