Skip to content

Commit

Permalink
Merge pull request #55 from jewlexx/renovate/nix-0.x
Browse files Browse the repository at this point in the history
Update Rust crate nix to 0.29
  • Loading branch information
jewlexx authored Sep 11, 2024
2 parents a959437 + 6621627 commit 7ddabee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ windows = { version = "0.58", features = [
] }

[target.'cfg(unix)'.dependencies]
nix = { version = "0.28", features = ["user"] }
nix = { version = "0.29", features = ["user"] }

[features]
all = ["macros", "network", "root", "std", "traits"]
Expand Down

0 comments on commit 7ddabee

Please sign in to comment.