Skip to content

Commit

Permalink
Update app_units and webrender
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonSapin committed Dec 8, 2017
1 parent 0c13f14 commit 76270ad
Show file tree
Hide file tree
Showing 11 changed files with 53 additions and 55 deletions.
88 changes: 43 additions & 45 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion components/geometry/Cargo.toml
Expand Up @@ -10,7 +10,7 @@ name = "servo_geometry"
path = "lib.rs"

[dependencies]
app_units = "0.5"
app_units = "0.6"
euclid = "0.15"
malloc_size_of = { path = "../malloc_size_of" }
malloc_size_of_derive = { path = "../malloc_size_of_derive" }
2 changes: 1 addition & 1 deletion components/gfx/Cargo.toml
Expand Up @@ -14,7 +14,7 @@ path = "lib.rs"
unstable = ["simd"]

[dependencies]
app_units = "0.5"
app_units = "0.6"
bitflags = "1.0"
euclid = "0.15"
fnv = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion components/layout/Cargo.toml
Expand Up @@ -10,7 +10,7 @@ name = "layout"
path = "lib.rs"

[dependencies]
app_units = "0.5"
app_units = "0.6"
atomic_refcell = "0.1"
bitflags = "1.0"
canvas_traits = {path = "../canvas_traits"}
Expand Down
2 changes: 1 addition & 1 deletion components/layout_thread/Cargo.toml
Expand Up @@ -13,7 +13,7 @@ path = "lib.rs"
unstable = ["parking_lot/nightly", "nonzero/unstable"]

[dependencies]
app_units = "0.5"
app_units = "0.6"
atomic_refcell = "0.1"
euclid = "0.15"
fnv = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion components/malloc_size_of/Cargo.toml
Expand Up @@ -12,7 +12,7 @@ path = "lib.rs"
servo = ["mozjs", "string_cache", "url", "webrender_api", "xml5ever"]

[dependencies]
app_units = "0.5.5"
app_units = "0.6"
cssparser = "0.23.0"
euclid = "0.15"
hashglobe = { path = "../hashglobe" }
Expand Down
2 changes: 1 addition & 1 deletion components/script/Cargo.toml
Expand Up @@ -30,7 +30,7 @@ gecko-media = {git = "https://github.com/servo/gecko-media.git"}
tinyfiledialogs = "2.5.9"

[dependencies]
app_units = "0.5"
app_units = "0.6"
audio-video-metadata = "0.1.4"
base64 = "0.6"
bitflags = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion components/script_layout_interface/Cargo.toml
Expand Up @@ -10,7 +10,7 @@ name = "script_layout_interface"
path = "lib.rs"

[dependencies]
app_units = "0.5"
app_units = "0.6"
atomic_refcell = "0.1"
canvas_traits = {path = "../canvas_traits"}
cssparser = "0.23.0"
Expand Down
2 changes: 1 addition & 1 deletion components/style/Cargo.toml
Expand Up @@ -25,7 +25,7 @@ servo = ["serde", "style_traits/servo", "servo_atoms", "servo_config", "html5eve
gecko_debug = ["nsstring/gecko_debug"]

[dependencies]
app_units = "0.5.5"
app_units = "0.6"
arrayvec = "0.4.6"
atomic_refcell = "0.1"
bitflags = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion components/style_traits/Cargo.toml
Expand Up @@ -14,7 +14,7 @@ servo = ["serde", "servo_atoms", "cssparser/serde", "webrender_api"]
gecko = []

[dependencies]
app_units = "0.5"
app_units = "0.6"
cssparser = "0.23.0"
bitflags = "1.0"
euclid = "0.15"
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/style/Cargo.toml
Expand Up @@ -11,7 +11,7 @@ doctest = false

[dependencies]
byteorder = "1.0"
app_units = "0.5"
app_units = "0.6"
cssparser = "0.23.0"
euclid = "0.15"
html5ever = "0.22"
Expand Down

0 comments on commit 76270ad

Please sign in to comment.