mirror of
https://github.com/servo/servo.git
synced 2025-08-09 07:25:35 +01:00
Update to syn 2 where possible (#30387)
* Update to syn 2 where possible * Cleanups * Better no_trace comment Co-authored-by: Martin Robinson <mrobinson@igalia.com> --------- Co-authored-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
parent
7caac9790d
commit
8b30d1a4b2
8 changed files with 57 additions and 54 deletions
|
@ -15,5 +15,5 @@ darling = { workspace = true }
|
|||
derive_common = { path = "../derive_common" }
|
||||
proc-macro2 = { workspace = true }
|
||||
quote = { workspace = true }
|
||||
syn = { workspace = true }
|
||||
synstructure = { workspace = true }
|
||||
syn = { version = "1", default-features = false, features = ["clone-impls", "derive", "parsing"] }
|
||||
synstructure = "0.12"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue