mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +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 }
|
||||
|
|
|
@ -15,5 +15,5 @@ darling = { workspace = true, default-features = false }
|
|||
derive_common = { path = "../derive_common" }
|
||||
proc-macro2 = "1"
|
||||
quote = "1"
|
||||
syn = { version = "2", default-features = false, features = ["clone-impls", "derive", "parsing"] }
|
||||
synstructure = "0.13"
|
||||
syn = { workspace = true }
|
||||
synstructure = { workspace = true }
|
||||
|
|
|
@ -15,5 +15,5 @@ darling = { workspace = true }
|
|||
derive_common = { path = "../derive_common" }
|
||||
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