Skip to content

Commit

Permalink
Bump nix from 0.26 to 0.27
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirreke authored Aug 29, 2023
1 parent 22f854d commit d7bfc49
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 @@ -17,7 +17,7 @@ categories = ["hardware-support"]
[target."cfg(unix)".dependencies]
bitflags = ">=1.3.1, <2.1.0"
cfg-if = "1.0.0"
nix = { version = "0.26", default-features = false, features = ["fs", "ioctl", "poll", "signal", "term"] }
nix = { version = "0.27", default-features = false, features = ["fs", "ioctl", "poll", "signal", "term"] }

[target.'cfg(all(target_os = "linux", not(target_env = "musl")))'.dependencies]
libudev = { version = "0.3.0", optional = true }
Expand Down

0 comments on commit d7bfc49

Please sign in to comment.