Skip to content

Commit

Permalink
Bump euclid to 0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
Eijebong committed Feb 28, 2018
1 parent 6fbf2c1 commit c28dcbc
Show file tree
Hide file tree
Showing 23 changed files with 73 additions and 73 deletions.
96 changes: 48 additions & 48 deletions Cargo.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions components/canvas/Cargo.toml
Expand Up @@ -14,13 +14,13 @@ azure = {git = "https://github.com/servo/rust-azure"}
canvas_traits = {path = "../canvas_traits"}
compositing = {path = "../compositing"}
cssparser = "0.23.0"
euclid = "0.16"
euclid = "0.17"
fnv = "1.0"
gleam = "0.4"
ipc-channel = "0.9"
log = "0.3.5"
num-traits = "0.1.32"
offscreen_gl_context = { version = "0.14", features = ["serde", "osmesa"] }
offscreen_gl_context = { version = "0.15", features = ["serde", "osmesa"] }
servo_config = {path = "../config"}
webrender = {git = "https://github.com/servo/webrender"}
webrender_api = {git = "https://github.com/servo/webrender", features = ["ipc"]}
4 changes: 2 additions & 2 deletions components/canvas_traits/Cargo.toml
Expand Up @@ -11,13 +11,13 @@ path = "lib.rs"

[dependencies]
cssparser = "0.23.0"
euclid = "0.16"
euclid = "0.17"
ipc-channel = "0.9"
lazy_static = "1"
malloc_size_of = { path = "../malloc_size_of" }
malloc_size_of_derive = { path = "../malloc_size_of_derive" }
nonzero = {path = "../nonzero"}
offscreen_gl_context = { version = "0.14", features = ["serde"] }
offscreen_gl_context = { version = "0.15", features = ["serde"] }
serde = "1.0"
servo_config = {path = "../config"}
webrender_api = {git = "https://github.com/servo/webrender", features = ["ipc"]}
2 changes: 1 addition & 1 deletion components/compositing/Cargo.toml
Expand Up @@ -10,7 +10,7 @@ name = "compositing"
path = "lib.rs"

[dependencies]
euclid = "0.16"
euclid = "0.17"
gfx_traits = {path = "../gfx_traits"}
gleam = "0.4"
image = "0.17"
Expand Down
2 changes: 1 addition & 1 deletion components/config/Cargo.toml
Expand Up @@ -12,7 +12,7 @@ test = false
doctest = false

[dependencies]
euclid = "0.16"
euclid = "0.17"
getopts = "0.2.11"
lazy_static = "1"
log = "0.3.5"
Expand Down
2 changes: 1 addition & 1 deletion components/constellation/Cargo.toml
Expand Up @@ -18,7 +18,7 @@ canvas_traits = {path = "../canvas_traits"}
compositing = {path = "../compositing"}
debugger = {path = "../debugger"}
devtools_traits = {path = "../devtools_traits"}
euclid = "0.16"
euclid = "0.17"
gfx = {path = "../gfx"}
gfx_traits = {path = "../gfx_traits"}
hyper = "0.10"
Expand Down
2 changes: 1 addition & 1 deletion components/geometry/Cargo.toml
Expand Up @@ -11,7 +11,7 @@ path = "lib.rs"

[dependencies]
app_units = "0.6"
euclid = "0.16"
euclid = "0.17"
malloc_size_of = { path = "../malloc_size_of" }
malloc_size_of_derive = { path = "../malloc_size_of_derive" }
webrender_api = { git = "https://github.com/servo/webrender" }
2 changes: 1 addition & 1 deletion components/gfx/Cargo.toml
Expand Up @@ -18,7 +18,7 @@ unstable = ["simd"]
[dependencies]
app_units = "0.6"
bitflags = "1.0"
euclid = "0.16"
euclid = "0.17"
fnv = "1.0"
fontsan = {git = "https://github.com/servo/fontsan"}
gfx_traits = {path = "../gfx_traits"}
Expand Down
2 changes: 1 addition & 1 deletion components/layout/Cargo.toml
Expand Up @@ -16,7 +16,7 @@ app_units = "0.6.1"
atomic_refcell = "0.1"
bitflags = "1.0"
canvas_traits = {path = "../canvas_traits"}
euclid = "0.16.4"
euclid = "0.17"
fnv = "1.0"
gfx = {path = "../gfx"}
gfx_traits = {path = "../gfx_traits"}
Expand Down
2 changes: 1 addition & 1 deletion components/layout_thread/Cargo.toml
Expand Up @@ -15,7 +15,7 @@ unstable = ["parking_lot/nightly"]
[dependencies]
app_units = "0.6"
atomic_refcell = "0.1"
euclid = "0.16"
euclid = "0.17"
fnv = "1.0"
gfx = {path = "../gfx"}
gfx_traits = {path = "../gfx_traits"}
Expand Down
2 changes: 1 addition & 1 deletion components/malloc_size_of/Cargo.toml
Expand Up @@ -14,7 +14,7 @@ servo = ["mozjs", "string_cache", "url", "webrender_api", "xml5ever"]
[dependencies]
app_units = "0.6"
cssparser = "0.23.0"
euclid = "0.16"
euclid = "0.17"
hashglobe = { path = "../hashglobe" }
mozjs = { version = "0.1.8", features = ["promises"], optional = true }
selectors = { path = "../selectors" }
Expand Down
4 changes: 2 additions & 2 deletions components/script/Cargo.toml
Expand Up @@ -43,7 +43,7 @@ devtools_traits = {path = "../devtools_traits"}
dom_struct = {path = "../dom_struct"}
domobject_derive = {path = "../domobject_derive"}
encoding_rs = "0.7"
euclid = "0.16"
euclid = "0.17"
fnv = "1.0"
gleam = "0.4"
half = "1.0"
Expand All @@ -66,7 +66,7 @@ mozjs = { version = "0.1.10", features = ["promises"]}
msg = {path = "../msg"}
net_traits = {path = "../net_traits"}
num-traits = "0.1.32"
offscreen_gl_context = { version = "0.14", features = ["serde"] }
offscreen_gl_context = { version = "0.15", features = ["serde"] }
parking_lot = "0.4"
phf = "0.7.18"
profile_traits = {path = "../profile_traits"}
Expand Down
2 changes: 1 addition & 1 deletion components/script_layout_interface/Cargo.toml
Expand Up @@ -14,7 +14,7 @@ app_units = "0.6"
atomic_refcell = "0.1"
canvas_traits = {path = "../canvas_traits"}
cssparser = "0.23.0"
euclid = "0.16"
euclid = "0.17"
gfx_traits = {path = "../gfx_traits"}
html5ever = "0.22"
ipc-channel = "0.9"
Expand Down
2 changes: 1 addition & 1 deletion components/script_traits/Cargo.toml
Expand Up @@ -14,7 +14,7 @@ bluetooth_traits = {path = "../bluetooth_traits"}
canvas_traits = {path = "../canvas_traits"}
cookie = "0.10"
devtools_traits = {path = "../devtools_traits"}
euclid = "0.16"
euclid = "0.17"
gfx_traits = {path = "../gfx_traits"}
hyper = "0.10"
hyper_serde = "0.8"
Expand Down
2 changes: 1 addition & 1 deletion components/servo/Cargo.toml
Expand Up @@ -37,7 +37,7 @@ debugger = {path = "../debugger"}
devtools = {path = "../devtools"}
devtools_traits = {path = "../devtools_traits"}
env_logger = "0.4"
euclid = "0.16"
euclid = "0.17"
gfx = {path = "../gfx"}
gleam = "0.4"
ipc-channel = "0.9"
Expand Down
2 changes: 1 addition & 1 deletion components/style/Cargo.toml
Expand Up @@ -34,7 +34,7 @@ cfg-if = "0.1.0"
cssparser = "0.23.0"
debug_unreachable = "0.1.1"
encoding_rs = {version = "0.7", optional = true}
euclid = "0.16"
euclid = "0.17"
fallible = { path = "../fallible" }
fnv = "1.0"
hashglobe = { path = "../hashglobe" }
Expand Down
2 changes: 1 addition & 1 deletion components/style_traits/Cargo.toml
Expand Up @@ -17,7 +17,7 @@ gecko = []
app_units = "0.6"
cssparser = "0.23.0"
bitflags = "1.0"
euclid = "0.16"
euclid = "0.17"
malloc_size_of = { path = "../malloc_size_of" }
malloc_size_of_derive = { path = "../malloc_size_of_derive" }
selectors = { path = "../selectors" }
Expand Down
2 changes: 1 addition & 1 deletion components/webdriver_server/Cargo.toml
Expand Up @@ -12,7 +12,7 @@ path = "lib.rs"
[dependencies]
base64 = "0.6"
cookie = "0.10"
euclid = "0.16"
euclid = "0.17"
hyper = "0.10"
image = "0.17"
ipc-channel = "0.9"
Expand Down
2 changes: 1 addition & 1 deletion components/webvr/Cargo.toml
Expand Up @@ -15,7 +15,7 @@ oculusvr = ['rust-webvr/oculusvr']

[dependencies]
canvas_traits = {path = "../canvas_traits"}
euclid = "0.16"
euclid = "0.17"
ipc-channel = "0.9"
log = "0.3"
msg = {path = "../msg"}
Expand Down
2 changes: 1 addition & 1 deletion ports/geckolib/tests/Cargo.toml
Expand Up @@ -16,7 +16,7 @@ atomic_refcell = "0.1"
cssparser = "0.23.0"
cstr = "0.1.2"
env_logger = "0.4"
euclid = "0.16"
euclid = "0.17"
geckoservo = {path = "../../../ports/geckolib"}
libc = "0.2"
log = {version = "0.3.5", features = ["release_max_level_info"]}
Expand Down
2 changes: 1 addition & 1 deletion ports/servo/Cargo.toml
Expand Up @@ -28,7 +28,7 @@ unstable = ["libservo/unstable"]
backtrace = "0.3"
bitflags = "1.0"
compositing = {path = "../../components/compositing"}
euclid = "0.16"
euclid = "0.17"
gleam = "0.4"
libservo = {path = "../../components/servo"}
log = "0.3.5"
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/script/Cargo.toml
Expand Up @@ -9,7 +9,7 @@ name = "script_tests"
path = "lib.rs"

[dependencies]
euclid = "0.16"
euclid = "0.17"
msg = {path = "../../../components/msg"}
script = {path = "../../../components/script"}
servo_url = {path = "../../../components/url"}
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/style/Cargo.toml
Expand Up @@ -13,7 +13,7 @@ doctest = false
byteorder = "1.0"
app_units = "0.6"
cssparser = "0.23.0"
euclid = "0.16"
euclid = "0.17"
html5ever = "0.22"
parking_lot = "0.4"
rayon = "1"
Expand Down

0 comments on commit c28dcbc

Please sign in to comment.