Fix build failure with minimal-versions

This commit is contained in:
Taiki Endo 2022-11-27 13:26:28 +09:00
parent e1d6664e5a
commit f835f75f39
1 changed files with 1 additions and 1 deletions

View File

@ -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]