Fix: proc_macro is deprecated in favor of proc-macro and will not work in the 2024 edition
This commit is contained in:
@@ -10,4 +10,4 @@ quote = "1.0.35"
|
|||||||
syn = "2.0.57"
|
syn = "2.0.57"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
proc_macro = true
|
proc-macro = true
|
||||||
|
|||||||
Reference in New Issue
Block a user