Skip to content

Commit

Permalink
Upgrade nix dependency to 0.26.1, limit features (#8)
Browse files Browse the repository at this point in the history
Co-authored-by: Félix Saparelli <felix@passcod.name>
  • Loading branch information
rtzoeller and passcod committed Dec 3, 2022
1 parent 61336e4 commit 6a647e9
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.26.1"
default-features = false
features = ["fs", "poll", "signal"]

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

0 comments on commit 6a647e9

Please sign in to comment.