aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2022-02-24 13:10:08 -0500
committerJesse Luehrs <doy@tozt.net>2022-02-24 13:10:08 -0500
commitaca49b2f55df04142d4b2fcfcb361361e76d0820 (patch)
treeec14bf816020eaa26aa2a649e9376902ad5e1f86
parent41412273dc38e55914224868b1bd26f0f17efc7d (diff)
downloadpty-process-aca49b2f55df04142d4b2fcfcb361361e76d0820.tar.gz
pty-process-aca49b2f55df04142d4b2fcfcb361361e76d0820.zip
move to git deps
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9f9c202..1d6b5a4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -30,4 +30,4 @@ default = []
async = ["tokio"]
[patch.crates-io]
-nix = { path = "../src/nix" }
+nix = { git = "https://github.com/nix-rust/nix" }