aboutsummaryrefslogtreecommitdiffstats
path: root/components/script
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2015-11-25 07:31:15 +0530
committerbors-servo <lbergstrom+bors@mozilla.com>2015-11-25 07:31:15 +0530
commit13a96fcaf78c299beb2021d3ae9dae8d9e916762 (patch)
tree8e8078b6c698b30868fde6d6930c033281f22402 /components/script
parent6f35b867c9c3bb7a345e2ac34e5970b93a1d3ea1 (diff)
parent2843000810ca1fcb11eb19ede5d895ad3e3e185a (diff)
downloadservo-13a96fcaf78c299beb2021d3ae9dae8d9e916762.tar.gz
servo-13a96fcaf78c299beb2021d3ae9dae8d9e916762.zip
Auto merge of #8660 - pcwalton:ipc-channel-errors, r=larsbergstrom
Update `ipc-channel` to pick up the improved error reporting. Intended to help diagnose intermittent failures. r? @jdm or @larsbergstrom (or whoever) <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8660) <!-- Reviewable:end -->
Diffstat (limited to 'components/script')
-rw-r--r--components/script/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/Cargo.toml b/components/script/Cargo.toml
index 34043b52a75..fb9db462f6c 100644
--- a/components/script/Cargo.toml
+++ b/components/script/Cargo.toml
@@ -57,7 +57,7 @@ git = "https://github.com/ecoal95/angle"
branch = "servo"
[dependencies.ipc-channel]
-git = "https://github.com/pcwalton/ipc-channel"
+git = "https://github.com/servo/ipc-channel"
[dependencies.hyper]
version = "0.6"