mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Fix quote dependency version
This commit is contained in:
parent
e629f8da7b
commit
12b9a42774
4 changed files with 4 additions and 4 deletions
|
@ -10,4 +10,4 @@ path = "lib.rs"
|
|||
proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
quote = "0.3"
|
||||
quote = "0.3.15"
|
||||
|
|
|
@ -11,4 +11,4 @@ proc-macro = true
|
|||
|
||||
[dependencies]
|
||||
syn = "0.11"
|
||||
quote = "0.3"
|
||||
quote = "0.3.15"
|
||||
|
|
|
@ -10,6 +10,6 @@ path = "lib.rs"
|
|||
proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
quote = "0.3"
|
||||
quote = "0.3.15"
|
||||
syn = "0.11"
|
||||
synstructure = "0.5"
|
||||
|
|
|
@ -10,6 +10,6 @@ path = "lib.rs"
|
|||
proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
quote = "0.3"
|
||||
quote = "0.3.15"
|
||||
syn = { version = "0.11", features = ["visit"] }
|
||||
synstructure = "0.5.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue