Update ipc-channel to fix leaks and spurious ENOBUFS.

This commit is contained in:
Eduard Burtescu 2016-03-29 03:59:05 +03:00
parent cf4fa0a9f4
commit a2eecaae82
4 changed files with 4 additions and 4 deletions

View file

@ -963,7 +963,7 @@ dependencies = [
[[package]]
name = "ipc-channel"
version = "0.2.1"
source = "git+https://github.com/servo/ipc-channel#ba07b349c831ea14ec3dba8c1f7f689044d7462b"
source = "git+https://github.com/servo/ipc-channel#0774ccb79b1b2c2c7518e0d14010c1ab3e5c247d"
dependencies = [
"bincode 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"byteorder 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",