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.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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