Skip to content

Commit

Permalink
Upgrade nix to 0.24.0, limit features
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 a961ba8
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.0", default-features = false, features = ["fs", "socket"] }

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

0 comments on commit a961ba8

Please sign in to comment.