Skip to content

Commit

Permalink
Bump to nix 0.27
Browse files Browse the repository at this point in the history
  • Loading branch information
saethlin authored and Detegr committed Sep 3, 2023
1 parent f9bd243 commit 8ff36b8
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 @@ -15,7 +15,7 @@ readme = "README.md"
rust-version = "1.63.0"

[target.'cfg(unix)'.dependencies]
nix = { version = "0.26", default-features = false, features = ["fs", "signal"]}
nix = { version = "0.27", default-features = false, features = ["fs", "signal"]}

[target.'cfg(windows)'.dependencies]
windows-sys = { version = "0.48", features = ["Win32_Foundation", "Win32_System_Threading", "Win32_Security", "Win32_System_Console"] }
Expand Down

0 comments on commit 8ff36b8

Please sign in to comment.