Skip to content

Commit

Permalink
Update cargo.lock for wr2, pin ipc-channel.
Browse files Browse the repository at this point in the history
  • Loading branch information
gw3583 authored and Ms2ger committed Aug 3, 2016
1 parent c349e4b commit db8c3ef
Show file tree
Hide file tree
Showing 26 changed files with 79 additions and 79 deletions.
2 changes: 1 addition & 1 deletion components/canvas/Cargo.toml
Expand Up @@ -15,7 +15,7 @@ canvas_traits = {path = "../canvas_traits"}
euclid = "0.7.1"
gfx_traits = {path = "../gfx_traits"}
gleam = "0.2.8"
ipc-channel = {git = "https://github.com/servo/ipc-channel"}
ipc-channel = "0.4.0"
log = "0.3.5"
num-traits = "0.1.32"
offscreen_gl_context = "0.1.2"
Expand Down
2 changes: 1 addition & 1 deletion components/canvas_traits/Cargo.toml
Expand Up @@ -16,7 +16,7 @@ euclid = "0.7.1"
gfx_traits = {path = "../gfx_traits"}
heapsize = "0.3.0"
heapsize_plugin = "0.1.2"
ipc-channel = {git = "https://github.com/servo/ipc-channel"}
ipc-channel = "0.4.0"
plugins = {path = "../plugins"}
serde = {version = "0.7.15", features = ["nightly"]}
serde_macros = "0.7.15"
Expand Down
2 changes: 1 addition & 1 deletion components/compositing/Cargo.toml
Expand Up @@ -16,7 +16,7 @@ euclid = "0.7.1"
gfx_traits = {path = "../gfx_traits"}
gleam = "0.2.8"
image = "0.10"
ipc-channel = {git = "https://github.com/servo/ipc-channel"}
ipc-channel = "0.4.0"
layers = {git = "https://github.com/servo/rust-layers", features = ["plugins"]}
log = "0.3.5"
msg = {path = "../msg"}
Expand Down
2 changes: 1 addition & 1 deletion components/constellation/Cargo.toml
Expand Up @@ -18,7 +18,7 @@ devtools_traits = {path = "../devtools_traits"}
euclid = "0.7.1"
gfx = {path = "../gfx"}
gfx_traits = {path = "../gfx_traits"}
ipc-channel = {git = "https://github.com/servo/ipc-channel"}
ipc-channel = "0.4.0"
layers = {git = "https://github.com/servo/rust-layers", features = ["plugins"]}
layout_traits = {path = "../layout_traits"}
log = "0.3.5"
Expand Down
2 changes: 1 addition & 1 deletion components/devtools/Cargo.toml
Expand Up @@ -12,7 +12,7 @@ path = "lib.rs"
[dependencies]
devtools_traits = {path = "../devtools_traits"}
hyper = { version = "0.9.9", features = [ "serde-serialization" ] }
ipc-channel = {git = "https://github.com/servo/ipc-channel"}
ipc-channel = "0.4.0"
log = "0.3.5"
msg = {path = "../msg"}
plugins = {path = "../plugins"}
Expand Down
2 changes: 1 addition & 1 deletion components/devtools_traits/Cargo.toml
Expand Up @@ -14,7 +14,7 @@ bitflags = "0.7"
heapsize = "0.3.0"
heapsize_plugin = "0.1.2"
hyper = {version = "0.9.9", features = ["serde-serialization"]}
ipc-channel = {git = "https://github.com/servo/ipc-channel"}
ipc-channel = "0.4.0"
msg = {path = "../msg"}
serde = "0.7.15"
serde_macros = "0.7.15"
Expand Down
2 changes: 1 addition & 1 deletion components/gfx/Cargo.toml
Expand Up @@ -20,7 +20,7 @@ gfx_traits = {path = "../gfx_traits"}
harfbuzz-sys = "0.1"
heapsize = "0.3.0"
heapsize_plugin = "0.1.2"
ipc-channel = {git = "https://github.com/servo/ipc-channel"}
ipc-channel = "0.4.0"
layers = {git = "https://github.com/servo/rust-layers", features = ["plugins"]}
lazy_static = "0.2"
libc = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion components/layout/Cargo.toml
Expand Up @@ -21,7 +21,7 @@ gfx = {path = "../gfx"}
gfx_traits = {path = "../gfx_traits"}
heapsize = "0.3.0"
heapsize_plugin = "0.1.2"
ipc-channel = {git = "https://github.com/servo/ipc-channel"}
ipc-channel = "0.4.0"
libc = "0.2"
log = "0.3.5"
msg = {path = "../msg"}
Expand Down
2 changes: 1 addition & 1 deletion components/layout_thread/Cargo.toml
Expand Up @@ -18,7 +18,7 @@ gfx = {path = "../gfx"}
gfx_traits = {path = "../gfx_traits"}
heapsize = "0.3.0"
heapsize_plugin = "0.1.2"
ipc-channel = {git = "https://github.com/servo/ipc-channel"}
ipc-channel = "0.4.0"
layout = {path = "../layout"}
layout_traits = {path = "../layout_traits"}
log = "0.3.5"
Expand Down
2 changes: 1 addition & 1 deletion components/layout_traits/Cargo.toml
Expand Up @@ -16,7 +16,7 @@ msg = {path = "../msg"}
net_traits = {path = "../net_traits"}
profile_traits = {path = "../profile_traits"}
util = {path = "../util"}
ipc-channel = {git = "https://github.com/servo/ipc-channel"}
ipc-channel = "0.4.0"
url = {version = "1.0.0", features = ["heap_size"]}

[dependencies.webrender_traits]
Expand Down
2 changes: 1 addition & 1 deletion components/msg/Cargo.toml
Expand Up @@ -15,7 +15,7 @@ cssparser = {version = "0.5.4", features = ["heap_size", "serde-serialization"]}
heapsize = "0.3.0"
heapsize_plugin = "0.1.2"
hyper = {version = "0.9.9", features = ["serde-serialization"]}
ipc-channel = {git = "https://github.com/servo/ipc-channel"}
ipc-channel = "0.4.0"
plugins = {path = "../plugins"}
serde = "0.7.15"
serde_macros = "0.7.15"
Expand Down
2 changes: 1 addition & 1 deletion components/net/Cargo.toml
Expand Up @@ -19,7 +19,7 @@ devtools_traits = {path = "../devtools_traits"}
flate2 = "0.2.0"
hyper = {version = "0.9.9", features = ["serde-serialization"]}
immeta = "0.3.1"
ipc-channel = {git = "https://github.com/servo/ipc-channel"}
ipc-channel = "0.4.0"
lazy_static = "0.2"
log = "0.3.5"
matches = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion components/net_traits/Cargo.toml
Expand Up @@ -12,7 +12,7 @@ path = "lib.rs"
[dependencies]
util = {path = "../util"}
msg = {path = "../msg"}
ipc-channel = {git = "https://github.com/servo/ipc-channel"}
ipc-channel = "0.4.0"
heapsize = "0.3.0"
heapsize_plugin = "0.1.2"
hyper = { version = "0.9.9", features = [ "serde-serialization" ] }
Expand Down
2 changes: 1 addition & 1 deletion components/profile/Cargo.toml
Expand Up @@ -13,7 +13,7 @@ path = "lib.rs"
profile_traits = {path = "../profile_traits"}
plugins = {path = "../plugins"}
util = {path = "../util", features = ["servo"]}
ipc-channel = {git = "https://github.com/servo/ipc-channel"}
ipc-channel = "0.4.0"
heartbeats-simple = "0.3"
log = "0.3.5"
serde = "0.7.15"
Expand Down
2 changes: 1 addition & 1 deletion components/profile_traits/Cargo.toml
Expand Up @@ -13,7 +13,7 @@ path = "lib.rs"
energy-profiling = ["energymon", "energy-monitor"]

[dependencies]
ipc-channel = {git = "https://github.com/servo/ipc-channel"}
ipc-channel = "0.4.0"
energymon = {git = "https://github.com/energymon/energymon-rust.git", optional = true}
energy-monitor = {version = "0.2.0", optional = true}
plugins = {path = "../plugins"}
Expand Down
2 changes: 1 addition & 1 deletion components/script/Cargo.toml
Expand Up @@ -38,7 +38,7 @@ heapsize_plugin = "0.1.2"
html5ever = {version = "0.5.1", features = ["heap_size", "unstable"]}
hyper = {version = "0.9.9", features = ["serde-serialization"]}
image = "0.10"
ipc-channel = {git = "https://github.com/servo/ipc-channel"}
ipc-channel = "0.4.0"
js = {git = "https://github.com/servo/rust-mozjs"}
libc = "0.2"
log = "0.3.5"
Expand Down
2 changes: 1 addition & 1 deletion components/script_layout_interface/Cargo.toml
Expand Up @@ -18,7 +18,7 @@ euclid = "0.7.1"
gfx_traits = {path = "../gfx_traits"}
heapsize = "0.3.0"
heapsize_plugin = "0.1.2"
ipc-channel = {git = "https://github.com/servo/ipc-channel"}
ipc-channel = "0.4.0"
libc = "0.2"
log = "0.3.5"
msg = {path = "../msg"}
Expand Down
2 changes: 1 addition & 1 deletion components/script_traits/Cargo.toml
Expand Up @@ -18,7 +18,7 @@ euclid = "0.7.1"
gfx_traits = {path = "../gfx_traits"}
heapsize = "0.3.0"
heapsize_plugin = "0.1.2"
ipc-channel = {git = "https://github.com/servo/ipc-channel"}
ipc-channel = "0.4.0"
layers = {git = "https://github.com/servo/rust-layers", features = ["plugins"]}
libc = "0.2"
msg = {path = "../msg"}
Expand Down

0 comments on commit db8c3ef

Please sign in to comment.