Upgrade ipc-channel dependency.

dfd8513d80...4cc8773bfb

Attempt to fix https://github.com/servo/servo/issues/8815
This commit is contained in:
Corey Farwell 2016-01-27 22:23:00 -05:00
parent 0fa9d32c69
commit d2166cd5d5
4 changed files with 4 additions and 4 deletions

View file

@ -873,7 +873,7 @@ dependencies = [
[[package]]
name = "ipc-channel"
version = "0.1.0"
source = "git+https://github.com/servo/ipc-channel#dfd8513d801d16a7e4a5b0b92a68c27b0dd99fe1"
source = "git+https://github.com/servo/ipc-channel#4cc8773bfb0ab9a350f98fe316c24d2f42b99858"
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

@ -832,7 +832,7 @@ dependencies = [
[[package]]
name = "ipc-channel"
version = "0.1.0"
source = "git+https://github.com/servo/ipc-channel#dfd8513d801d16a7e4a5b0b92a68c27b0dd99fe1"
source = "git+https://github.com/servo/ipc-channel#4cc8773bfb0ab9a350f98fe316c24d2f42b99858"
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

@ -180,7 +180,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "ipc-channel"
version = "0.1.0"
source = "git+https://github.com/servo/ipc-channel#dfd8513d801d16a7e4a5b0b92a68c27b0dd99fe1"
source = "git+https://github.com/servo/ipc-channel#4cc8773bfb0ab9a350f98fe316c24d2f42b99858"
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

@ -803,7 +803,7 @@ dependencies = [
[[package]]
name = "ipc-channel"
version = "0.1.0"
source = "git+https://github.com/servo/ipc-channel#dfd8513d801d16a7e4a5b0b92a68c27b0dd99fe1"
source = "git+https://github.com/servo/ipc-channel#4cc8773bfb0ab9a350f98fe316c24d2f42b99858"
dependencies = [
"bincode 0.4.0 (git+https://github.com/TyOverby/bincode)",
"byteorder 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",