summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock1
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ae36fd5..3a004de 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1046,6 +1046,7 @@ dependencies = [
[[package]]
name = "pty-process"
version = "0.2.0"
+source = "git+https://github.com/doy/pty-process#ebcf5f15081f6a84c861eb2aecbf962396a88695"
dependencies = [
"async-io",
"async-process",
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" }