mirror of
https://github.com/servo/servo.git
synced 2025-08-14 18:05:36 +01:00
Auto merge of #24308 - servo:synful, r=SimonSapin
Update a bunch of stuff to syn 1 This updates a lot of our crates to syn 1. Not all of them, but syn 1 was already in tree so it doesn't matter much either way. <!-- 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/24308) <!-- Reviewable:end -->
This commit is contained in:
commit
25501514bd
26 changed files with 216 additions and 223 deletions
|
@ -56,7 +56,7 @@ servo_allocator = {path = "../allocator"}
|
|||
servo-fontconfig = "0.4"
|
||||
|
||||
[target.'cfg(target_os = "android")'.dependencies]
|
||||
xml5ever = {version = "0.14"}
|
||||
xml5ever = {version = "0.15"}
|
||||
|
||||
[target.'cfg(target_os = "windows")'.dependencies]
|
||||
dwrote = "0.9"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue