Skip to content

Commit

Permalink
chore: upgrade nix to 0.24, limit features (#4631)
Browse files Browse the repository at this point in the history
This reduces tokio's test compile time by a few seconds.
  • Loading branch information
rtzoeller committed Apr 21, 2022
1 parent 911a0ef commit 711d9d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokio/Cargo.toml
Expand Up @@ -113,7 +113,7 @@ signal-hook-registry = { version = "1.1.1", optional = true }

[target.'cfg(unix)'.dev-dependencies]
libc = { version = "0.2.42" }
nix = { version = "0.23" }
nix = { version = "0.24", default-features = false, features = ["fs", "socket"] }

[target.'cfg(windows)'.dependencies.winapi]
version = "0.3.8"
Expand Down

0 comments on commit 711d9d0

Please sign in to comment.