Skip to content

Commit

Permalink
Raise minimum tested compiler to 1.74
Browse files Browse the repository at this point in the history
Required by newest versions of clap and clap_builder.

    error: package `clap_builder v4.5.0` cannot be built because it requires rustc 1.74 or
    newer, while the currently active rustc version is 1.70.0
    Either upgrade to rustc 1.74 or newer, or use
    cargo update -p [email protected] --precise ver
    where `ver` is the latest version of `clap_builder` supporting rustc 1.70.0
  • Loading branch information
dtolnay committed Feb 9, 2024
1 parent 07c5c59 commit 4934b35
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 @@ -38,7 +38,7 @@ jobs:
strategy:
fail-fast: false
matrix:
rust: [nightly, beta, stable, 1.70.0]
rust: [nightly, beta, stable, 1.74.0]
timeout-minutes: 45
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 4934b35

Please sign in to comment.