summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
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" }