Fix: proc_macro is deprecated in favor of proc-macro and will not work in the 2024 edition

This commit is contained in:
Lucas Schumacher 2024-09-22 11:20:43 -04:00
parent 5234bac7e9
commit f5af130f2d

View File

@ -10,4 +10,4 @@ quote = "1.0.35"
syn = "2.0.57" syn = "2.0.57"
[lib] [lib]
proc_macro = true proc-macro = true