mirror of
https://github.com/dtolnay/cargo-expand.git
synced 2025-04-06 14:27:38 +03:00
Raise minimum rustc to 1.64
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
This commit is contained in:
parent
dccd84a041
commit
98376071ac
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue