diff --git a/components/canvas/Cargo.toml b/components/canvas/Cargo.toml index e9803a764d54..d51f75fc12b8 100644 --- a/components/canvas/Cargo.toml +++ b/components/canvas/Cargo.toml @@ -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" diff --git a/components/canvas_traits/Cargo.toml b/components/canvas_traits/Cargo.toml index 8684ac3ce111..7016dc297a34 100644 --- a/components/canvas_traits/Cargo.toml +++ b/components/canvas_traits/Cargo.toml @@ -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" diff --git a/components/compositing/Cargo.toml b/components/compositing/Cargo.toml index 0b2305f53ef1..ff5440b54d54 100644 --- a/components/compositing/Cargo.toml +++ b/components/compositing/Cargo.toml @@ -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"} diff --git a/components/constellation/Cargo.toml b/components/constellation/Cargo.toml index 86c5bca3ddfa..d3688a51e917 100644 --- a/components/constellation/Cargo.toml +++ b/components/constellation/Cargo.toml @@ -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" diff --git a/components/devtools/Cargo.toml b/components/devtools/Cargo.toml index 65486cbb8349..9bcf7f54a008 100644 --- a/components/devtools/Cargo.toml +++ b/components/devtools/Cargo.toml @@ -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"} diff --git a/components/devtools_traits/Cargo.toml b/components/devtools_traits/Cargo.toml index 97a29ff2af7b..22ba037a7b0c 100644 --- a/components/devtools_traits/Cargo.toml +++ b/components/devtools_traits/Cargo.toml @@ -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" diff --git a/components/gfx/Cargo.toml b/components/gfx/Cargo.toml index 131a840ff301..450c957886db 100644 --- a/components/gfx/Cargo.toml +++ b/components/gfx/Cargo.toml @@ -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" diff --git a/components/layout/Cargo.toml b/components/layout/Cargo.toml index 827afa7cbdf4..7471c12a5f74 100644 --- a/components/layout/Cargo.toml +++ b/components/layout/Cargo.toml @@ -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"} diff --git a/components/layout_thread/Cargo.toml b/components/layout_thread/Cargo.toml index 0064a71e51fb..a06cf20e28f0 100644 --- a/components/layout_thread/Cargo.toml +++ b/components/layout_thread/Cargo.toml @@ -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" diff --git a/components/layout_traits/Cargo.toml b/components/layout_traits/Cargo.toml index ff250314d49d..653ae4102b7c 100644 --- a/components/layout_traits/Cargo.toml +++ b/components/layout_traits/Cargo.toml @@ -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] diff --git a/components/msg/Cargo.toml b/components/msg/Cargo.toml index 4aa6c07811fa..06e60c240549 100644 --- a/components/msg/Cargo.toml +++ b/components/msg/Cargo.toml @@ -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" diff --git a/components/net/Cargo.toml b/components/net/Cargo.toml index 50b160130c25..6ee9543b2655 100644 --- a/components/net/Cargo.toml +++ b/components/net/Cargo.toml @@ -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" diff --git a/components/net_traits/Cargo.toml b/components/net_traits/Cargo.toml index 60f0adfcf31a..52877605b15b 100644 --- a/components/net_traits/Cargo.toml +++ b/components/net_traits/Cargo.toml @@ -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" ] } diff --git a/components/profile/Cargo.toml b/components/profile/Cargo.toml index 710d0c58da68..e430982d57fc 100644 --- a/components/profile/Cargo.toml +++ b/components/profile/Cargo.toml @@ -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" diff --git a/components/profile_traits/Cargo.toml b/components/profile_traits/Cargo.toml index f1dbc4e10c81..0c8f966af280 100644 --- a/components/profile_traits/Cargo.toml +++ b/components/profile_traits/Cargo.toml @@ -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"} diff --git a/components/script/Cargo.toml b/components/script/Cargo.toml index 8842ba7a8a3d..891b48f3dd94 100644 --- a/components/script/Cargo.toml +++ b/components/script/Cargo.toml @@ -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" diff --git a/components/script_layout_interface/Cargo.toml b/components/script_layout_interface/Cargo.toml index d4a718049002..cbd8d65b72ec 100644 --- a/components/script_layout_interface/Cargo.toml +++ b/components/script_layout_interface/Cargo.toml @@ -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"} diff --git a/components/script_traits/Cargo.toml b/components/script_traits/Cargo.toml index fdde3c502f17..47fc10b95c72 100644 --- a/components/script_traits/Cargo.toml +++ b/components/script_traits/Cargo.toml @@ -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"} diff --git a/components/servo/Cargo.lock b/components/servo/Cargo.lock index 7cc95c6df96a..55e2ebc8d876 100644 --- a/components/servo/Cargo.lock +++ b/components/servo/Cargo.lock @@ -19,7 +19,7 @@ dependencies = [ "gfx_tests 0.0.1", "gleam 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)", "glutin_app 0.0.1", - "ipc-channel 0.4.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "layout 0.0.1", "layout_tests 0.0.1", "layout_thread 0.0.1", @@ -209,7 +209,7 @@ dependencies = [ "euclid 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "gfx_traits 0.0.1", "gleam 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.4.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", "num-traits 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)", "offscreen_gl_context 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", @@ -228,7 +228,7 @@ dependencies = [ "gfx_traits 0.0.1", "heapsize 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", "heapsize_plugin 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.4.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "plugins 0.0.1", "serde 0.7.15 (registry+https://github.com/rust-lang/crates.io-index)", "serde_macros 0.7.15 (registry+https://github.com/rust-lang/crates.io-index)", @@ -307,7 +307,7 @@ dependencies = [ "gfx_traits 0.0.1", "gleam 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)", "image 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.4.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "layers 0.2.6 (git+https://github.com/servo/rust-layers)", "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", "msg 0.0.1", @@ -338,7 +338,7 @@ dependencies = [ "gaol 0.0.1 (git+https://github.com/servo/gaol)", "gfx 0.0.1", "gfx_traits 0.0.1", - "ipc-channel 0.4.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "layers 0.2.6 (git+https://github.com/servo/rust-layers)", "layout_traits 0.0.1", "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -482,7 +482,7 @@ version = "0.0.1" dependencies = [ "devtools_traits 0.0.1", "hyper 0.9.10 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.4.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", "msg 0.0.1", "plugins 0.0.1", @@ -501,7 +501,7 @@ dependencies = [ "heapsize 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", "heapsize_plugin 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "hyper 0.9.10 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.4.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "msg 0.0.1", "serde 0.7.15 (registry+https://github.com/rust-lang/crates.io-index)", "serde_macros 0.7.15 (registry+https://github.com/rust-lang/crates.io-index)", @@ -758,7 +758,7 @@ dependencies = [ "harfbuzz-sys 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "heapsize 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", "heapsize_plugin 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.4.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "layers 0.2.6 (git+https://github.com/servo/rust-layers)", "lazy_static 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", @@ -792,7 +792,7 @@ name = "gfx_tests" version = "0.0.1" dependencies = [ "gfx 0.0.1", - "ipc-channel 0.4.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "style 0.0.1", ] @@ -1031,7 +1031,7 @@ dependencies = [ [[package]] name = "ipc-channel" version = "0.4.0" -source = "git+https://github.com/servo/ipc-channel#346456b792f0a8e86b4ed077997408a697a06a0f" +source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "bincode 0.5.9 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1119,7 +1119,7 @@ dependencies = [ "gfx_traits 0.0.1", "heapsize 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", "heapsize_plugin 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.4.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", "msg 0.0.1", @@ -1162,7 +1162,7 @@ dependencies = [ "gfx_traits 0.0.1", "heapsize 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", "heapsize_plugin 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.4.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "layout 0.0.1", "layout_traits 0.0.1", "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1186,7 +1186,7 @@ name = "layout_traits" version = "0.0.1" dependencies = [ "gfx 0.0.1", - "ipc-channel 0.4.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "msg 0.0.1", "net_traits 0.0.1", "profile_traits 0.0.1", @@ -1351,7 +1351,7 @@ dependencies = [ "heapsize 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", "heapsize_plugin 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "hyper 0.9.10 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.4.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "plugins 0.0.1", "serde 0.7.15 (registry+https://github.com/rust-lang/crates.io-index)", "serde_macros 0.7.15 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1372,7 +1372,7 @@ dependencies = [ "flate2 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", "hyper 0.9.10 (registry+https://github.com/rust-lang/crates.io-index)", "immeta 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.4.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", "matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1418,7 +1418,7 @@ dependencies = [ "devtools_traits 0.0.1", "flate2 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", "hyper 0.9.10 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.4.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "msg 0.0.1", "net 0.0.1", "net_traits 0.0.1", @@ -1439,7 +1439,7 @@ dependencies = [ "heapsize_plugin 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "hyper 0.9.10 (registry+https://github.com/rust-lang/crates.io-index)", "image 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.4.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", "msg 0.0.1", @@ -1703,7 +1703,7 @@ name = "profile" version = "0.0.1" dependencies = [ "heartbeats-simple 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.4.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", "plugins 0.0.1", @@ -1721,7 +1721,7 @@ dependencies = [ name = "profile_tests" version = "0.0.1" dependencies = [ - "ipc-channel 0.4.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "profile 0.0.1", "profile_traits 0.0.1", ] @@ -1732,7 +1732,7 @@ version = "0.0.1" dependencies = [ "energy-monitor 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "energymon 0.2.0 (git+https://github.com/energymon/energymon-rust.git)", - "ipc-channel 0.4.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "plugins 0.0.1", "serde 0.7.15 (registry+https://github.com/rust-lang/crates.io-index)", "serde_macros 0.7.15 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1870,7 +1870,7 @@ dependencies = [ "html5ever 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", "hyper 0.9.10 (registry+https://github.com/rust-lang/crates.io-index)", "image 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.4.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "js 0.1.3 (git+https://github.com/servo/rust-mozjs)", "libc 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1921,7 +1921,7 @@ dependencies = [ "gfx_traits 0.0.1", "heapsize 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", "heapsize_plugin 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.4.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", "msg 0.0.1", @@ -1959,7 +1959,7 @@ dependencies = [ "gfx_traits 0.0.1", "heapsize 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", "heapsize_plugin 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.4.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "layers 0.2.6 (git+https://github.com/servo/rust-layers)", "libc 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", "msg 0.0.1", @@ -2414,7 +2414,7 @@ dependencies = [ "euclid 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", "heapsize 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.4.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", "num_cpus 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2538,7 +2538,7 @@ dependencies = [ "euclid 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "hyper 0.9.10 (registry+https://github.com/rust-lang/crates.io-index)", "image 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.4.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", "msg 0.0.1", "plugins 0.0.1", @@ -2554,7 +2554,7 @@ dependencies = [ [[package]] name = "webrender" version = "0.1.0" -source = "git+https://github.com/servo/webrender#fd38ab8994be39ba194f56182af8c467b4f9f929" +source = "git+https://github.com/servo/webrender#79b807160ea3c3cf558072813c51a59bbaccb8dd" dependencies = [ "app_units 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", "bit-set 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2565,7 +2565,7 @@ dependencies = [ "fnv 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", "freetype 0.1.0 (git+https://github.com/servo/rust-freetype)", "gleam 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.4.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", "num-traits 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2578,7 +2578,7 @@ dependencies = [ [[package]] name = "webrender_traits" version = "0.2.0" -source = "git+https://github.com/servo/webrender_traits#d86e51ace4fd1b43123e0490dc80f631be0726d0" +source = "git+https://github.com/servo/webrender_traits#a26ebe4da490cc1fb60d830c73cbefb135b768b1" dependencies = [ "app_units 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2586,7 +2586,7 @@ dependencies = [ "euclid 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "gleam 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)", "heapsize 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.4.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "offscreen_gl_context 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", "serde 0.7.15 (registry+https://github.com/rust-lang/crates.io-index)", "serde_macros 0.7.15 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/components/servo/Cargo.toml b/components/servo/Cargo.toml index ba9279d35fc1..9a809f5148b7 100644 --- a/components/servo/Cargo.toml +++ b/components/servo/Cargo.toml @@ -56,7 +56,7 @@ euclid = "0.7.1" gfx = {path = "../gfx"} gleam = "0.2" glutin_app = {path = "../../ports/glutin"} -ipc-channel = {git = "https://github.com/servo/ipc-channel"} +ipc-channel = "0.4.0" layout = {path = "../layout"} layout_thread = {path = "../layout_thread"} libc = "0.2" diff --git a/components/util/Cargo.toml b/components/util/Cargo.toml index c0c226a3d449..d32c015637f4 100644 --- a/components/util/Cargo.toml +++ b/components/util/Cargo.toml @@ -20,7 +20,7 @@ bitflags = "0.7" euclid = "0.7.1" getopts = "0.2.11" heapsize = "0.3.0" -ipc-channel = {git = "https://github.com/servo/ipc-channel", optional = true} +ipc-channel = {version = "0.4.0", optional = true} lazy_static = "0.2" log = "0.3.5" num_cpus = "0.2.2" diff --git a/components/webdriver_server/Cargo.toml b/components/webdriver_server/Cargo.toml index 693c7981f821..9a1b8e5c600c 100644 --- a/components/webdriver_server/Cargo.toml +++ b/components/webdriver_server/Cargo.toml @@ -13,7 +13,7 @@ path = "lib.rs" euclid = "0.7.1" hyper = "0.9.9" image = "0.10" -ipc-channel = {git = "https://github.com/servo/ipc-channel"} +ipc-channel = "0.4.0" log = "0.3.5" msg = {path = "../msg"} plugins = {path = "../plugins"} diff --git a/ports/cef/Cargo.lock b/ports/cef/Cargo.lock index da2c1bc40faf..9b6ea69083db 100644 --- a/ports/cef/Cargo.lock +++ b/ports/cef/Cargo.lock @@ -183,7 +183,7 @@ dependencies = [ "euclid 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "gfx_traits 0.0.1", "gleam 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.4.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", "num-traits 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)", "offscreen_gl_context 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", @@ -202,7 +202,7 @@ dependencies = [ "gfx_traits 0.0.1", "heapsize 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", "heapsize_plugin 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.4.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "plugins 0.0.1", "serde 0.7.15 (registry+https://github.com/rust-lang/crates.io-index)", "serde_macros 0.7.15 (registry+https://github.com/rust-lang/crates.io-index)", @@ -266,7 +266,7 @@ dependencies = [ "gfx_traits 0.0.1", "gleam 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)", "image 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.4.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "layers 0.2.6 (git+https://github.com/servo/rust-layers)", "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", "msg 0.0.1", @@ -297,7 +297,7 @@ dependencies = [ "gaol 0.0.1 (git+https://github.com/servo/gaol)", "gfx 0.0.1", "gfx_traits 0.0.1", - "ipc-channel 0.4.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "layers 0.2.6 (git+https://github.com/servo/rust-layers)", "layout_traits 0.0.1", "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -441,7 +441,7 @@ version = "0.0.1" dependencies = [ "devtools_traits 0.0.1", "hyper 0.9.10 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.4.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", "msg 0.0.1", "plugins 0.0.1", @@ -460,7 +460,7 @@ dependencies = [ "heapsize 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", "heapsize_plugin 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "hyper 0.9.10 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.4.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "msg 0.0.1", "serde 0.7.15 (registry+https://github.com/rust-lang/crates.io-index)", "serde_macros 0.7.15 (registry+https://github.com/rust-lang/crates.io-index)", @@ -676,7 +676,7 @@ dependencies = [ "harfbuzz-sys 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "heapsize 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", "heapsize_plugin 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.4.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "layers 0.2.6 (git+https://github.com/servo/rust-layers)", "lazy_static 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", @@ -940,7 +940,7 @@ dependencies = [ [[package]] name = "ipc-channel" version = "0.4.0" -source = "git+https://github.com/servo/ipc-channel#346456b792f0a8e86b4ed077997408a697a06a0f" +source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "bincode 0.5.9 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1028,7 +1028,7 @@ dependencies = [ "gfx_traits 0.0.1", "heapsize 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", "heapsize_plugin 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.4.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", "msg 0.0.1", @@ -1064,7 +1064,7 @@ dependencies = [ "gfx_traits 0.0.1", "heapsize 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", "heapsize_plugin 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.4.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "layout 0.0.1", "layout_traits 0.0.1", "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1088,7 +1088,7 @@ name = "layout_traits" version = "0.0.1" dependencies = [ "gfx 0.0.1", - "ipc-channel 0.4.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "msg 0.0.1", "net_traits 0.0.1", "profile_traits 0.0.1", @@ -1253,7 +1253,7 @@ dependencies = [ "heapsize 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", "heapsize_plugin 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "hyper 0.9.10 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.4.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "plugins 0.0.1", "serde 0.7.15 (registry+https://github.com/rust-lang/crates.io-index)", "serde_macros 0.7.15 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1274,7 +1274,7 @@ dependencies = [ "flate2 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", "hyper 0.9.10 (registry+https://github.com/rust-lang/crates.io-index)", "immeta 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.4.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", "matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1320,7 +1320,7 @@ dependencies = [ "heapsize_plugin 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "hyper 0.9.10 (registry+https://github.com/rust-lang/crates.io-index)", "image 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.4.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", "msg 0.0.1", @@ -1568,7 +1568,7 @@ name = "profile" version = "0.0.1" dependencies = [ "heartbeats-simple 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.4.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", "plugins 0.0.1", @@ -1586,7 +1586,7 @@ dependencies = [ name = "profile_traits" version = "0.0.1" dependencies = [ - "ipc-channel 0.4.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "plugins 0.0.1", "serde 0.7.15 (registry+https://github.com/rust-lang/crates.io-index)", "serde_macros 0.7.15 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1724,7 +1724,7 @@ dependencies = [ "html5ever 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", "hyper 0.9.10 (registry+https://github.com/rust-lang/crates.io-index)", "image 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.4.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "js 0.1.3 (git+https://github.com/servo/rust-mozjs)", "libc 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1775,7 +1775,7 @@ dependencies = [ "gfx_traits 0.0.1", "heapsize 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", "heapsize_plugin 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.4.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", "msg 0.0.1", @@ -1803,7 +1803,7 @@ dependencies = [ "gfx_traits 0.0.1", "heapsize 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", "heapsize_plugin 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.4.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "layers 0.2.6 (git+https://github.com/servo/rust-layers)", "libc 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", "msg 0.0.1", @@ -1898,7 +1898,7 @@ dependencies = [ "gfx 0.0.1", "gleam 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)", "glutin_app 0.0.1", - "ipc-channel 0.4.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "layout 0.0.1", "layout_thread 0.0.1", "libc 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2283,7 +2283,7 @@ dependencies = [ "euclid 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", "heapsize 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.4.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", "num_cpus 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2400,7 +2400,7 @@ dependencies = [ "euclid 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "hyper 0.9.10 (registry+https://github.com/rust-lang/crates.io-index)", "image 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.4.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", "msg 0.0.1", "plugins 0.0.1", @@ -2416,7 +2416,7 @@ dependencies = [ [[package]] name = "webrender" version = "0.1.0" -source = "git+https://github.com/servo/webrender#fd38ab8994be39ba194f56182af8c467b4f9f929" +source = "git+https://github.com/servo/webrender#79b807160ea3c3cf558072813c51a59bbaccb8dd" dependencies = [ "app_units 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", "bit-set 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2427,7 +2427,7 @@ dependencies = [ "fnv 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", "freetype 0.1.0 (git+https://github.com/servo/rust-freetype)", "gleam 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.4.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", "num-traits 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2440,7 +2440,7 @@ dependencies = [ [[package]] name = "webrender_traits" version = "0.2.0" -source = "git+https://github.com/servo/webrender_traits#d86e51ace4fd1b43123e0490dc80f631be0726d0" +source = "git+https://github.com/servo/webrender_traits#a26ebe4da490cc1fb60d830c73cbefb135b768b1" dependencies = [ "app_units 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2448,7 +2448,7 @@ dependencies = [ "euclid 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "gleam 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)", "heapsize 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.4.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "offscreen_gl_context 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", "serde 0.7.15 (registry+https://github.com/rust-lang/crates.io-index)", "serde_macros 0.7.15 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/tests/unit/gfx/Cargo.toml b/tests/unit/gfx/Cargo.toml index 6a3ad210458e..060bb09b01e5 100644 --- a/tests/unit/gfx/Cargo.toml +++ b/tests/unit/gfx/Cargo.toml @@ -11,5 +11,5 @@ doctest = false [dependencies] gfx = {path = "../../../components/gfx"} -ipc-channel = {git = "https://github.com/servo/ipc-channel"} +ipc-channel = "0.4.0" style = {path = "../../../components/style"} diff --git a/tests/unit/net/Cargo.toml b/tests/unit/net/Cargo.toml index 77da7edc6526..3f87e8fe4296 100644 --- a/tests/unit/net/Cargo.toml +++ b/tests/unit/net/Cargo.toml @@ -15,7 +15,7 @@ cookie = "0.2" devtools_traits = {path = "../../../components/devtools_traits"} flate2 = "0.2.0" hyper = "0.9.9" -ipc-channel = {git = "https://github.com/servo/ipc-channel"} +ipc-channel = "0.4.0" msg = {path = "../../../components/msg"} net = {path = "../../../components/net"} net_traits = {path = "../../../components/net_traits"} diff --git a/tests/unit/profile/Cargo.toml b/tests/unit/profile/Cargo.toml index f8f9b8de25ec..0c79370271c4 100644 --- a/tests/unit/profile/Cargo.toml +++ b/tests/unit/profile/Cargo.toml @@ -12,4 +12,4 @@ doctest = false [dependencies] profile = {path = "../../../components/profile"} profile_traits = {path = "../../../components/profile_traits"} -ipc-channel = {git = "https://github.com/servo/ipc-channel"} +ipc-channel = "0.4.0"