From 3df7202f1daf634a49e88dd2ecd8587bade0baeb Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 24 Feb 2022 13:13:46 -0500 Subject: move to git deps --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7d82025..5d7b5be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,5 +33,5 @@ pty-process = { version = "0.2.0", features = ["async"] } tokio = { version = "1.17.0", features = ["full"] } [patch.crates-io] -nix = { path = "../src/nix" } -pty-process = { path = "../pty-process" } +nix = { git = "https://github.com/nix-rust/nix" } +pty-process = { git = "https://github.com/doy/pty-process" } -- cgit v1.2.3