From 9b82f429e3c6a1d4414fbc93db0b5425e3955d5f Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 22 Dec 2021 20:46:44 -0500 Subject: allow running multiple commands separated by semicolons --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index b805342..18b07ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,4 +24,6 @@ unicode-width = "0.1.9" users = "0.11.0" vt100 = "0.15.0" -[features] +[patch.crates-io] +# https://github.com/smol-rs/async-process/pull/19 +async-process = { git = "https://github.com/doy/async-process", branch = "status-drop" } -- cgit v1.2.3-54-g00ecf