From a5179c4124e7fd8c4a1b31154d616e7a435477ae Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 31 Dec 2021 00:18:02 -0500 Subject: update pty_process and make everything executed in a single command share a pty --- Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 1942ac4..47e83d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ nix = "0.23.0" once_cell = "1.9.0" pest = "2.1.3" pest_derive = "2.1.0" -pty-process = { version = "0.2.0", features = ["backend-async-std"] } +pty-process = { version = "0.2.0", features = ["async"] } signal-hook = "0.3.12" signal-hook-async-std = "0.2.1" terminal_size = "0.1.17" @@ -27,4 +27,5 @@ vt100 = "0.15.0" [patch.crates-io] # https://github.com/smol-rs/async-process/pull/19 -async-process = { git = "https://github.com/doy/async-process", branch = "status-drop" } +async-process = { git = "https://github.com/doy/async-process" } +pty-process = { path = "../pty-process" } -- cgit v1.2.3-54-g00ecf