Skip to content

Commit

Permalink
Upgrade nix dependency to 0.25.1, limit features
Browse files Browse the repository at this point in the history
  • Loading branch information
rtzoeller authored and passcod committed Dec 3, 2022
1 parent 25fbaed commit 3ccce83
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Expand Up @@ -25,7 +25,9 @@ features = ["io-util", "macros", "process", "rt"]
optional = true

[target.'cfg(unix)'.dependencies.nix]
version = "0.22.0"
version = "0.25.1"
default-features = false
features = ["fs", "poll", "signal"]

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

0 comments on commit 3ccce83

Please sign in to comment.