Skip to content

Commit 889521a

Browse files
authored
m: Bump to async-io v2.0.0
As async-io is a public dependency of this crate, this is a breaking change. Signed-off-by: John Nunley <dev@notgull.net>
1 parent 0664dd2 commit 889521a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ categories = ["asynchronous", "network-programming", "os"]
1717
exclude = ["/.*"]
1818

1919
[dependencies]
20-
async-io = "1.6.0"
20+
async-io = "2.0.0"
2121
blocking = "1.0.0"
2222
futures-lite = "1.11.0"

0 commit comments

Comments
 (0)