cargo: specify minimum supported Rust version
This commit is contained in:
parent
cc4f932d17
commit
da894afef5
8 changed files with 11 additions and 1 deletions
|
|
@ -3,6 +3,7 @@ name = "proc_macro"
|
|||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
publish = false
|
||||
rust-version.workspace = true
|
||||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue