Skip to content

Commit

Permalink
Merge pull request #6 from rtzoeller/nix_0.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
passcod committed May 31, 2022
2 parents a73d857 + 66f745d commit fd95d64
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Expand Up @@ -24,7 +24,9 @@ thiserror = "1.0.24"
which = "4.1.0"

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

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

0 comments on commit fd95d64

Please sign in to comment.