From f835f75f3973d95de432bf5a6e60a05c624709cf Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sun, 27 Nov 2022 13:26:28 +0900 Subject: [PATCH] Fix build failure with minimal-versions --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f6a6ce0..f27903e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ futures-lite = "1.11.0" autocfg = "1" [target.'cfg(unix)'.dependencies] -async-io = "1.0.0" +async-io = "1.8" libc = "0.2.88" [target.'cfg(unix)'.dependencies.signal-hook]