Enforce required compiler version of 1.70

This commit is contained in:
David Tolnay 2023-07-05 14:15:47 -07:00
parent ab40799d78
commit 915e37e67c
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

View file

@ -10,6 +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"
[features]
default = ["prettyplease"]