Skip to content

Commit dcc5da2

Browse files
authored
Merge pull request #175 from gaykitty/update-async-std
Update async-io and futures-lite to v2
2 parents f31d712 + 171da9c commit dcc5da2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

+2-2
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)