aboutsummaryrefslogtreecommitdiffstats
path: root/components/devtools
diff options
context:
space:
mode:
authorPatrick Walton <pcwalton@mimiga.net>2015-11-23 16:08:52 -0800
committerPatrick Walton <pcwalton@mimiga.net>2015-11-23 16:38:39 -0800
commit2843000810ca1fcb11eb19ede5d895ad3e3e185a (patch)
tree3d6a244a93808b297c5000a8d60afa06d7cd4bfb /components/devtools
parent6449cd09ebd7f7e3545039c26bcbe9a6ca7a5621 (diff)
downloadservo-2843000810ca1fcb11eb19ede5d895ad3e3e185a.tar.gz
servo-2843000810ca1fcb11eb19ede5d895ad3e3e185a.zip
Update `ipc-channel` to pick up the improved error reporting.
Intended to help diagnose intermittent failures.
Diffstat (limited to 'components/devtools')
-rw-r--r--components/devtools/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/devtools/Cargo.toml b/components/devtools/Cargo.toml
index ffff267e735..133b4351589 100644
--- a/components/devtools/Cargo.toml
+++ b/components/devtools/Cargo.toml
@@ -24,7 +24,7 @@ path = "../util"
path = "../plugins"
[dependencies.ipc-channel]
-git = "https://github.com/pcwalton/ipc-channel"
+git = "https://github.com/servo/ipc-channel"
[dependencies.url]
version = "0.2"