summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2021-04-01 17:31:57 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2021-04-01 17:31:57 +0200
commitb1ff3514b62698f887b6a80ed4d6062cbc3961f6 (patch)
tree9355b24e80e1b242cd9c825a392247c091d60afb /Cargo.toml
parentcf22c66c3bda2833f89d1282fe44e9e6d15331dc (diff)
downloadrebel-b1ff3514b62698f887b6a80ed4d6062cbc3961f6.tar
rebel-b1ff3514b62698f887b6a80ed4d6062cbc3961f6.zip
Switch to upstream ipc-channel
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"