Skip to content

Commit

Permalink
Merge pull request #62 from Finomnis/dependabot/cargo/nix-0.27.1
Browse files Browse the repository at this point in the history
Update nix requirement from 0.26.1 to 0.27.1
  • Loading branch information
Finomnis authored Aug 29, 2023
2 parents 3627fdc + 0390299 commit 15bfcb0
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 @@ -62,7 +62,7 @@ warp = "0.3.1"

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

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

0 comments on commit 15bfcb0

Please sign in to comment.