Skip to content

Commit f835f75

Browse files
committed
Fix build failure with minimal-versions
1 parent e1d6664 commit f835f75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ futures-lite = "1.11.0"
2424
autocfg = "1"
2525

2626
[target.'cfg(unix)'.dependencies]
27-
async-io = "1.0.0"
27+
async-io = "1.8"
2828
libc = "0.2.88"
2929

3030
[target.'cfg(unix)'.dependencies.signal-hook]

0 commit comments

Comments
 (0)