mirror of
https://github.com/leptos-rs/leptos.git
synced 2025-12-27 09:54:41 -05:00
chore: fix syn features
This commit is contained in:
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user