summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 3 insertions, 1 deletions
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" }