mirror of
https://github.com/dtolnay/cargo-expand.git
synced 2025-04-04 21:37:47 +03:00
Raise minimum tested compiler to 1.74
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 clap_builder@4.5.0 --precise ver where `ver` is the latest version of `clap_builder` supporting rustc 1.70.0
This commit is contained in:
parent
07c5c5935b
commit
4934b35c02
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -38,7 +38,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
rust: [nightly, beta, stable, 1.70.0]
|
rust: [nightly, beta, stable, 1.74.0]
|
||||||
timeout-minutes: 45
|
timeout-minutes: 45
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue