Bug 1554347 - Update darling to 0.9. r=emilio

This commit is contained in:
Bastien Orivel 2019-05-22 00:32:38 +02:00 committed by Emilio Cobos Álvarez
parent 7160d797f9
commit 337837b0ce
3 changed files with 3 additions and 3 deletions

View File

@ -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"] }

View File

@ -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"

View File

@ -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"