mirror of
https://github.com/dtolnay/cargo-expand.git
synced 2025-04-04 13:27:37 +03:00
Enforce required compiler version of 1.70
This commit is contained in:
parent
ab40799d78
commit
915e37e67c
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +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"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["prettyplease"]
|
default = ["prettyplease"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue