From f8780ca1e76286688b74d8a6c64d5fadf3cfd2a1 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 28 Dec 2021 03:33:52 -0500 Subject: wip --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index baf4b8c..aeefa41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,3 +36,6 @@ backend-std = [] backend-async-std = ["async-io", "async-process"] backend-smol = ["async-io", "async-process"] backend-tokio = ["tokio", "futures"] + +[patch.crates-io] +async-process = { git = "https://github.com/doy/async-process", branch = "status-drop" } -- cgit v1.2.3-54-g00ecf