Skip to content

Commit

Permalink
Auto merge of #18204 - servo:quote, r=bustage
Browse files Browse the repository at this point in the history
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 -->
  • Loading branch information
bors-servo committed Aug 23, 2017
2 parents e61a043 + 12b9a42 commit 16c1446
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion components/dom_struct/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ path = "lib.rs"
proc-macro = true

[dependencies]
quote = "0.3"
quote = "0.3.15"
2 changes: 1 addition & 1 deletion components/domobject_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ proc-macro = true

[dependencies]
syn = "0.11"
quote = "0.3"
quote = "0.3.15"
2 changes: 1 addition & 1 deletion components/jstraceable_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ path = "lib.rs"
proc-macro = true

[dependencies]
quote = "0.3"
quote = "0.3.15"
syn = "0.11"
synstructure = "0.5"
2 changes: 1 addition & 1 deletion components/style_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 16c1446

Please sign in to comment.