aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2022-02-24 13:13:46 -0500
committerJesse Luehrs <doy@tozt.net>2022-02-24 13:13:46 -0500
commit3df7202f1daf634a49e88dd2ecd8587bade0baeb (patch)
tree5e8597f2fddb02142da2187e56582e10638d591a
parent246ae0894d4074c38ea2d2eb520e386b0d36d82d (diff)
downloadtextmode-3df7202f1daf634a49e88dd2ecd8587bade0baeb.tar.gz
textmode-3df7202f1daf634a49e88dd2ecd8587bade0baeb.zip
move to git deps
-rw-r--r--Cargo.toml4
1 files 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" }