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