Skip to content

Commit

Permalink
Declare minimum Rust version in Cargo metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Oct 2, 2021
1 parent a5b48e6 commit b8dbdbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ repository = "https://github.com/alexcrichton/proc-macro2"
documentation = "https://docs.rs/proc-macro2"
categories = ["development-tools::procedural-macro-helpers"]
edition = "2018"
rust-version = "1.31"
description = """
A substitute implementation of the compiler's `proc_macro` API to decouple
token-based libraries from the procedural macro use case.
Expand Down

0 comments on commit b8dbdbb

Please sign in to comment.