1
0
Fork 0
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:
David Tolnay 2023-01-13 19:07:07 -08:00
parent dccd84a041
commit 98376071ac
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

View file

@ -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