aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-12-30 22:18:05 -0500
committerJesse Luehrs <doy@tozt.net>2021-12-30 22:18:05 -0500
commitc193c0364428a29311a8240149485a1cdea3cadf (patch)
tree9dab74de47460af25fd5e2bb0d206bf1ccdbd4c0
parentad9d5133653da97c82df0f68a794e0ffa33ac8f7 (diff)
downloadpty-process-c193c0364428a29311a8240149485a1cdea3cadf.tar.gz
pty-process-c193c0364428a29311a8240149485a1cdea3cadf.zip
switch branches
since i have multiple prs open now
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index df5033e..454a226 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -36,4 +36,4 @@ default = []
async = ["async-io", "async-process", "futures-io"]
[patch.crates-io]
-async-process = { git = "https://github.com/doy/async-process", branch = "status-drop" }
+async-process = { git = "https://github.com/doy/async-process" }