Skip to content

Commit 171da9c

Browse files
committed
Update async-io and futures-lite to v2
1 parent 61e2cf6 commit 171da9c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

signal-hook-async-std/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ maintenance = { status = "actively-developed" }
2121

2222
[dependencies]
2323
libc = "~0.2"
24-
async-io = "~1"
25-
futures-lite = "~1"
24+
async-io = "~2"
25+
futures-lite = "~2"
2626
signal-hook = { version = "~0.3", path = ".." }
2727

2828
[dev-dependencies]

0 commit comments

Comments
 (0)