Update ipc-channel to pick up the improved error reporting.

Intended to help diagnose intermittent failures.
This commit is contained in:
Patrick Walton 2015-11-23 16:08:52 -08:00
parent 6449cd09eb
commit 2843000810
23 changed files with 84 additions and 78 deletions

View file

@ -58,7 +58,7 @@ features = ["plugins"]
git = "https://github.com/aweinstock314/rust-clipboard"
[dependencies.ipc-channel]
git = "https://github.com/pcwalton/ipc-channel"
git = "https://github.com/servo/ipc-channel"
[dependencies.offscreen_gl_context]
git = "https://github.com/ecoal95/rust-offscreen-rendering-context"