Skip to content

Commit

Permalink
Bump nix to 0.29 (#465)
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcefrog authored Dec 5, 2024
2 parents 76f4af7 + 07241f5 commit ce09061
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 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 @@ -76,7 +76,7 @@ version = "2.0.46"
features = ["full", "extra-traits", "visit"]

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

[dev-dependencies]
assert_cmd = "2.0"
Expand Down

0 comments on commit ce09061

Please sign in to comment.