Skip to content

Commit

Permalink
Merge pull request #10 from mkroening/dependabot/cargo/nix-0.28
Browse files Browse the repository at this point in the history
chore(deps): Update nix requirement from 0.27 to 0.28
  • Loading branch information
mkroening committed Feb 26, 2024
2 parents 0b7f0e3 + 562775d commit a596b53
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 @@ -13,4 +13,4 @@ categories = ["no-std::no-alloc", "os::unix-apis"]
cfg-if = "1"

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

0 comments on commit a596b53

Please sign in to comment.