mirror of
https://github.com/dtolnay/cargo-expand.git
synced 2025-04-03 21:07:37 +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
|
@ -10,7 +10,7 @@ edition = "2021"
|
|||
keywords = ["cargo", "subcommand", "macros"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
repository = "https://github.com/dtolnay/cargo-expand"
|
||||
rust-version = "1.70"
|
||||
rust-version = "1.81"
|
||||
|
||||
[features]
|
||||
default = ["prettyplease"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue