Skip to content

Commit

Permalink
⬆️ Update Rust crate nix to 0.27
Browse files Browse the repository at this point in the history
  • Loading branch information
zeenix committed Dec 20, 2023
1 parent 9893079 commit da79d18
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ arboard = { version = "3.3.0", default-features = false, features = ["wayland-da
terminal-light = "1.1.1"

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

[build-dependencies]
serde = { version = "1.0.193", features = ["derive"] }
Expand Down

0 comments on commit da79d18

Please sign in to comment.