Auto merge of #9883 - glennw:update-ipc-channel, r=frewsxcv

Update ipc-channel.

Fixes #9882.
This commit is contained in:
bors-servo 2016-03-05 11:06:06 +05:30
commit 6e3e41ef1a
4 changed files with 4 additions and 4 deletions

View file

@ -935,7 +935,7 @@ dependencies = [
[[package]]
name = "ipc-channel"
version = "0.2.0"
source = "git+https://github.com/servo/ipc-channel#8bd8d3ebcebafb12c3ff0e25af543613941a70cd"
source = "git+https://github.com/servo/ipc-channel#0563c9f6716fb713704248e37eae85e36c260518"
dependencies = [
"bincode 0.4.0 (git+https://github.com/TyOverby/bincode)",
"byteorder 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",

2
ports/cef/Cargo.lock generated
View file

@ -863,7 +863,7 @@ dependencies = [
[[package]]
name = "ipc-channel"
version = "0.2.0"
source = "git+https://github.com/servo/ipc-channel#8bd8d3ebcebafb12c3ff0e25af543613941a70cd"
source = "git+https://github.com/servo/ipc-channel#0563c9f6716fb713704248e37eae85e36c260518"
dependencies = [
"bincode 0.4.0 (git+https://github.com/TyOverby/bincode)",
"byteorder 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",

View file

@ -204,7 +204,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "ipc-channel"
version = "0.2.0"
source = "git+https://github.com/servo/ipc-channel#8bd8d3ebcebafb12c3ff0e25af543613941a70cd"
source = "git+https://github.com/servo/ipc-channel#0563c9f6716fb713704248e37eae85e36c260518"
dependencies = [
"bincode 0.4.0 (git+https://github.com/TyOverby/bincode)",
"byteorder 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",

2
ports/gonk/Cargo.lock generated
View file

@ -845,7 +845,7 @@ dependencies = [
[[package]]
name = "ipc-channel"
version = "0.2.0"
source = "git+https://github.com/servo/ipc-channel#8bd8d3ebcebafb12c3ff0e25af543613941a70cd"
source = "git+https://github.com/servo/ipc-channel#0563c9f6716fb713704248e37eae85e36c260518"
dependencies = [
"bincode 0.4.0 (git+https://github.com/TyOverby/bincode)",
"byteorder 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",