From 0e4742fc76bd6474358884f1929643483670cc54 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 18 Jan 2022 02:59:32 -0500 Subject: more useful pty-process dep --- Cargo.lock | 1 + Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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" } -- cgit v1.2.3-54-g00ecf