chore: fix syn features

This commit is contained in:
Greg Johnston
2024-09-20 15:57:54 -04:00
parent 1743724420
commit 7b543bd31c

View File

@@ -12,4 +12,4 @@ convert_case = "0.6"
proc-macro-error = "1.0"
proc-macro2 = "1.0"
quote = "1.0"
syn = "2.0"
syn = { version = "2.0", features = ["full"] }