diff options
Diffstat (limited to 'components/layout')
-rw-r--r-- | components/layout/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/Cargo.toml b/components/layout/Cargo.toml index 8697897c7b5..8e5d8cd7a34 100644 --- a/components/layout/Cargo.toml +++ b/components/layout/Cargo.toml @@ -54,7 +54,7 @@ path = "../util" git = "https://github.com/tomaka/clock_ticks" [dependencies.ipc-channel] -git = "https://github.com/pcwalton/ipc-channel" +git = "https://github.com/servo/ipc-channel" [dependencies.url] version = "0.2" |