Skip to content

Commit

Permalink
Update nix to 0.29
Browse files Browse the repository at this point in the history
  • Loading branch information
x3ro committed Nov 6, 2024
1 parent b796f25 commit 364b0c3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 15 deletions.
24 changes: 10 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ chrono = "0.4.38"
colored = "2.0.0"

[target.'cfg(not(target_os = "windows"))'.dependencies]
nix = "0.23"
nix = { version = "0.29", features=["process", "signal"] }

log = "0.4.22"
pretty_env_logger = "0.4.0"
Expand Down

0 comments on commit 364b0c3

Please sign in to comment.