Skip to content

Commit

Permalink
Merge #8
Browse files Browse the repository at this point in the history
8: Upgrade nix dependency to 0.25.1, limit features r=passcod a=rtzoeller



Co-authored-by: Ryan Zoeller <rtzoeller@rtzoeller.com>
  • Loading branch information
bors[bot] and rtzoeller committed Dec 3, 2022
2 parents 675e38d + 277bfc8 commit 69821b3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Expand Up @@ -24,7 +24,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 69821b3

Please sign in to comment.