Update ipc-channel again for working deadlock fix

Pull in ce7c296a3717b054060889b780f8638eb66ce970 , fixing concurrent
large transfers on Linux.
This commit is contained in:
Olaf Buddenhagen 2016-02-29 22:06:34 +01:00
parent 7d4276b393
commit 9c7b531c37
4 changed files with 4 additions and 4 deletions

View file

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