summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2022-01-18 02:59:32 -0500
committerJesse Luehrs <doy@tozt.net>2022-01-18 02:59:32 -0500
commit0e4742fc76bd6474358884f1929643483670cc54 (patch)
tree232c83cc13b9caf4c9d402b531da89e414213ad0 /Cargo.toml
parente0a478c2f24925034b298e5fb882521ec5886f69 (diff)
downloadnbsh-0e4742fc76bd6474358884f1929643483670cc54.tar.gz
nbsh-0e4742fc76bd6474358884f1929643483670cc54.zip
more useful pty-process dep
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 1e8de55..cb0cdcc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -36,4 +36,4 @@ vt100 = "0.15.1"
[patch.crates-io]
# https://github.com/smol-rs/async-process/pull/19
async-process = { git = "https://github.com/doy/async-process" }
-pty-process = { path = "../pty-process" }
+pty-process = { git = "https://github.com/doy/pty-process" }