Skip to content

Commit cac41ad

Browse files
committed
Update nix to 0.24
1 parent 153c732 commit cac41ad

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

Cargo.toml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ rust-version = "1.46"
1010
description = "Async I/O and timers"
1111
license = "Apache-2.0 OR MIT"
1212
repository = "https://github.com/smol-rs/async-io"
13-
homepage = "https://github.com/smol-rs/async-io"
14-
documentation = "https://docs.rs/async-io"
1513
keywords = ["mio", "epoll", "kqueue", "iocp", "wepoll"]
1614
categories = ["asynchronous", "network-programming", "os"]
1715
exclude = ["/.*"]
@@ -34,16 +32,16 @@ libc = "0.2.77"
3432
winapi = { version = "0.3.9", features = ["winsock2"] }
3533

3634
[dev-dependencies]
37-
async-channel = "1.4.2"
38-
async-net = "1.3.0"
39-
blocking = "1.0.0"
35+
async-channel = "1"
36+
async-net = "1"
37+
blocking = "1"
4038
signal-hook = "0.3"
41-
tempfile = "3.1.0"
39+
tempfile = "3"
4240

4341
[target.'cfg(target_os = "linux")'.dev-dependencies]
4442
inotify = { version = "0.10", default-features = false }
45-
nix = "0.23"
46-
timerfd = "1.1.1"
43+
nix = "0.24"
44+
timerfd = "1"
4745

4846
[target.'cfg(windows)'.dev-dependencies]
4947
uds_windows = "1"

0 commit comments

Comments
 (0)