mirror of
https://github.com/servo/servo.git
synced 2025-08-09 07:25:35 +01:00
ChildrenOnly -> ChildrenOnly(Option<QualName>)
use this updated type from html5ever
This commit is contained in:
parent
a468d05fff
commit
6c0f87a1d6
14 changed files with 38 additions and 56 deletions
|
@ -55,7 +55,7 @@ freetype = "0.3"
|
|||
servo-fontconfig = "0.2.1"
|
||||
|
||||
[target.'cfg(target_os = "android")'.dependencies]
|
||||
xml5ever = {version = "0.9"}
|
||||
xml5ever = {version = "0.10"}
|
||||
|
||||
[target.'cfg(any(target_feature = "sse2", target_feature = "neon"))'.dependencies]
|
||||
simd = "0.2.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue