diff options
author | Patrick Walton <pcwalton@mimiga.net> | 2015-11-23 16:08:52 -0800 |
---|---|---|
committer | Patrick Walton <pcwalton@mimiga.net> | 2015-11-23 16:38:39 -0800 |
commit | 2843000810ca1fcb11eb19ede5d895ad3e3e185a (patch) | |
tree | 3d6a244a93808b297c5000a8d60afa06d7cd4bfb /components/devtools | |
parent | 6449cd09ebd7f7e3545039c26bcbe9a6ca7a5621 (diff) | |
download | servo-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.toml | 2 |
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" |