Skip to content

Commit

Permalink
Upgrade nix dependency to 0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
rtzoeller authored and Detegr committed Dec 11, 2022
1 parent 6479060 commit 6397007
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 @@ -14,7 +14,7 @@ edition = "2018"
readme = "README.md"

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

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

0 comments on commit 6397007

Please sign in to comment.