From b1ff3514b62698f887b6a80ed4d6062cbc3961f6 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Thu, 1 Apr 2021 17:31:57 +0200 Subject: Switch to upstream ipc-channel --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index bc34df3..e81d86c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -ipc-channel = { git = "https://github.com/NeoRaider/ipc-channel.git", branch = "integration" } +ipc-channel = { git = "https://github.com/servo/ipc-channel.git" } libc = "0.2.84" nix = "0.19.1" oci-spec = "0.2.8" -- cgit v1.2.3