mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-09 00:00:08 +02:00
chore: upgrade nix to 0.24, limit features (#4631)
This reduces tokio's test compile time by a few seconds.
This commit is contained in:
+1
-1
@@ -113,7 +113,7 @@ signal-hook-registry = { version = "1.1.1", optional = true }
|
|||||||
|
|
||||||
[target.'cfg(unix)'.dev-dependencies]
|
[target.'cfg(unix)'.dev-dependencies]
|
||||||
libc = { version = "0.2.42" }
|
libc = { version = "0.2.42" }
|
||||||
nix = { version = "0.23" }
|
nix = { version = "0.24", default-features = false, features = ["fs", "socket"] }
|
||||||
|
|
||||||
[target.'cfg(windows)'.dependencies.winapi]
|
[target.'cfg(windows)'.dependencies.winapi]
|
||||||
version = "0.3.8"
|
version = "0.3.8"
|
||||||
|
|||||||
Reference in New Issue
Block a user