From 784d21ae317bac7634e5cc6db186667763193dee Mon Sep 17 00:00:00 2001 From: Ivan Petkov Date: Sat, 25 May 2019 17:42:02 -0700 Subject: [PATCH] process: Try pinning mio to 0.1.16 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 09014021c..6dd830a60 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ codecov = { repository = "alexcrichton/tokio-process" } [dependencies] futures = "0.1.11" -mio = "0.6.5" +mio = "=0.6.16" # TODO: investigate further and unpin this tokio-io = "0.1" tokio-reactor = "0.1"