mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Auto merge of #23437 - Eijebong:darling, r=jdm
Update darling to 0.9 <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23437) <!-- Reviewable:end -->
This commit is contained in:
commit
ce37d5ebf2
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