mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Further changes required by Servo
This commit is contained in:
parent
39bc94a4f7
commit
dcbeb2f1ab
4 changed files with 20 additions and 20 deletions
|
@ -13,5 +13,5 @@ path = "lib.rs"
|
|||
darling = { workspace = true }
|
||||
proc-macro2 = { workspace = true }
|
||||
quote = { workspace = true }
|
||||
syn = { version = "2", default-features = false, features = ["clone-impls", "derive", "parsing"] }
|
||||
synstructure = "0.13"
|
||||
syn = { workspace = true }
|
||||
synstructure = { workspace = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue