mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
updated version in .toml files
This commit is contained in:
parent
4c538b642e
commit
2e0bea898e
9 changed files with 26 additions and 26 deletions
|
@ -58,7 +58,7 @@ freetype = "0.3"
|
|||
servo-fontconfig = "0.2.1"
|
||||
|
||||
[target.'cfg(target_os = "android")'.dependencies]
|
||||
xml5ever = {version = "0.10"}
|
||||
xml5ever = {version = "0.11"}
|
||||
|
||||
[target.'cfg(any(target_feature = "sse2", target_feature = "neon"))'.dependencies]
|
||||
simd = {version = "0.2.0", optional = true}
|
||||
|
|
|
@ -18,7 +18,7 @@ euclid = "0.15"
|
|||
fnv = "1.0"
|
||||
gfx = {path = "../gfx"}
|
||||
gfx_traits = {path = "../gfx_traits"}
|
||||
html5ever = "0.20.0"
|
||||
html5ever = "0.21.0"
|
||||
ipc-channel = "0.9"
|
||||
libc = "0.2"
|
||||
log = "0.3.5"
|
||||
|
|
|
@ -19,7 +19,7 @@ euclid = "0.15"
|
|||
fnv = "1.0"
|
||||
gfx = {path = "../gfx"}
|
||||
gfx_traits = {path = "../gfx_traits"}
|
||||
html5ever = "0.20.0"
|
||||
html5ever = "0.21.0"
|
||||
ipc-channel = "0.9"
|
||||
layout = {path = "../layout"}
|
||||
layout_traits = {path = "../layout_traits"}
|
||||
|
|
|
@ -26,4 +26,4 @@ smallvec = "0.4"
|
|||
string_cache = { version = "0.6", optional = true }
|
||||
url = { version = "1.2", optional = true }
|
||||
webrender_api = { git = "https://github.com/servo/webrender", features = ["ipc"], optional = true }
|
||||
xml5ever = { version = "0.10", optional = true }
|
||||
xml5ever = { version = "0.11", optional = true }
|
||||
|
|
|
@ -44,7 +44,7 @@ euclid = "0.15"
|
|||
fnv = "1.0"
|
||||
gleam = "0.4"
|
||||
half = "1.0"
|
||||
html5ever = "0.20"
|
||||
html5ever = "0.21"
|
||||
hyper = "0.10"
|
||||
hyper_serde = "0.7"
|
||||
image = "0.16"
|
||||
|
@ -92,7 +92,7 @@ unicode-segmentation = "1.1.0"
|
|||
url = {version = "1.2", features = ["query_encoding"]}
|
||||
utf-8 = "0.7"
|
||||
uuid = {version = "0.5", features = ["v4"]}
|
||||
xml5ever = {version = "0.10"}
|
||||
xml5ever = {version = "0.11"}
|
||||
webrender_api = {git = "https://github.com/servo/webrender", features = ["ipc"]}
|
||||
webvr_traits = {path = "../webvr_traits"}
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ canvas_traits = {path = "../canvas_traits"}
|
|||
cssparser = "0.22.0"
|
||||
euclid = "0.15"
|
||||
gfx_traits = {path = "../gfx_traits"}
|
||||
html5ever = "0.20.0"
|
||||
html5ever = "0.21.0"
|
||||
ipc-channel = "0.9"
|
||||
libc = "0.2"
|
||||
log = "0.3.5"
|
||||
|
|
|
@ -41,9 +41,9 @@ euclid = "0.15"
|
|||
fallible = { path = "../fallible" }
|
||||
fnv = "1.0"
|
||||
hashglobe = { path = "../hashglobe" }
|
||||
html5ever = {version = "0.21", optional = true}
|
||||
itertools = "0.5"
|
||||
itoa = "0.3"
|
||||
html5ever = {version = "0.20", optional = true}
|
||||
lazy_static = "0.2"
|
||||
lru_cache = { path = "../lru_cache" }
|
||||
log = "0.3"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue