mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Update darling to 0.9
This commit is contained in:
parent
e0c95ed855
commit
c7ff341768
4 changed files with 42 additions and 41 deletions
|
@ -9,7 +9,7 @@ publish = false
|
|||
path = "lib.rs"
|
||||
|
||||
[dependencies]
|
||||
darling = "0.8"
|
||||
darling = "0.9"
|
||||
proc-macro2 = "0.4"
|
||||
quote = "0.6"
|
||||
syn = { version = "0.15", features = ["visit"] }
|
||||
|
|
|
@ -10,7 +10,7 @@ path = "lib.rs"
|
|||
proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
darling = "0.8"
|
||||
darling = "0.9"
|
||||
derive_common = { path = "../derive_common" }
|
||||
proc-macro2 = "0.4"
|
||||
quote = "0.6"
|
||||
|
|
|
@ -10,7 +10,7 @@ path = "lib.rs"
|
|||
proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
darling = "0.8"
|
||||
darling = "0.9"
|
||||
derive_common = { path = "../derive_common" }
|
||||
proc-macro2 = "0.4"
|
||||
quote = "0.6"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue