mirror of
https://github.com/servo/servo.git
synced 2025-09-30 00:29:14 +01:00
Auto merge of #20022 - Eijebong:syn, r=nox
Update syn, quote and synstructure Right now they're duplicated because we need a new serde release (ping @dtolnay), a new cssparser release (ping @SimonSapin) and a new release of html5ever with https://github.com/servo/html5ever/pull/336 <!-- 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/20022) <!-- Reviewable:end -->
This commit is contained in:
commit
6cb78057bb
20 changed files with 440 additions and 457 deletions
|
@ -39,6 +39,9 @@ packages = [
|
|||
"bitflags",
|
||||
"lazy_static",
|
||||
"winapi",
|
||||
"syn",
|
||||
"quote",
|
||||
"unicode-xid",
|
||||
]
|
||||
# Files that are ignored for all tidy and lint checks.
|
||||
files = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue