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_lex.

error: package `clap_lex v0.7.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 clap_lex@0.7.0 --precise ver
where `ver` is the latest version of `clap_lex` supporting rustc 1.70.0
  • Loading branch information
Boshen committed Feb 9, 2024
1 parent 4d4a445 commit 997a6e9
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.70.0]
rust: [nightly, beta, stable, 1.74.0]
timeout-minutes: 45
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 997a6e9

Please sign in to comment.