mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Auto merge of #18204 - servo:quote, r=bustage
Fix quote dependency version <!-- 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/18204) <!-- Reviewable:end -->
This commit is contained in:
commit
16c1446137
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