Skip to content

Commit

Permalink
Merge pull request #84 from Finomnis/dependabot/cargo/nix-0.29.0
Browse files Browse the repository at this point in the history
Update nix requirement from 0.28.0 to 0.29.0
  • Loading branch information
Finomnis committed Jul 9, 2024
2 parents a0a218a + 29dadc4 commit 495eb59
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 @@ -69,7 +69,7 @@ unicode-linebreak = ">= 0.1.5" # Required to fix minimal-versions

# For testing unix signals
[target.'cfg(unix)'.dev-dependencies]
nix = { version = "0.28.0", default-features = false, features = ["signal"] }
nix = { version = "0.29.0", default-features = false, features = ["signal"] }

# Make leak sanitizer more reliable
[profile.dev]
Expand Down

0 comments on commit 495eb59

Please sign in to comment.