mirror of
https://github.com/dtolnay/cargo-expand.git
synced 2025-04-03 12:57:38 +03:00
Raise required compiler to 1.81
Required by `home` since 0.5.11. error: package `home v0.5.11` cannot be built because it requires rustc 1.81 or newer, while the currently active rustc version is 1.74.1 Either upgrade to rustc 1.81 or newer, or use cargo update home@0.5.11 --precise ver where `ver` is the latest version of `home` supporting rustc 1.74.1
This commit is contained in:
parent
a42d9253e8
commit
786dd97fc5
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
rust: [nightly, beta, stable, 1.74.0]
|
rust: [nightly, beta, stable, 1.81.0]
|
||||||
os: [ubuntu]
|
os: [ubuntu]
|
||||||
include:
|
include:
|
||||||
- name: macOS
|
- name: macOS
|
||||||
|
|
|
@ -10,7 +10,7 @@ edition = "2021"
|
||||||
keywords = ["cargo", "subcommand", "macros"]
|
keywords = ["cargo", "subcommand", "macros"]
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
repository = "https://github.com/dtolnay/cargo-expand"
|
repository = "https://github.com/dtolnay/cargo-expand"
|
||||||
rust-version = "1.70"
|
rust-version = "1.81"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["prettyplease"]
|
default = ["prettyplease"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue