Skip to content

Commit 6e22fa6

Browse files
Upgrade nix to v0.29
1 parent 18b823c commit 6e22fa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ categories = ["hardware-support"]
1616

1717
[target."cfg(unix)".dependencies]
1818
bitflags = "2.4.0"
19-
nix = { version = "0.28", default-features = false, features = ["fs", "ioctl", "poll", "signal", "term"] }
19+
nix = { version = "0.29", default-features = false, features = ["fs", "ioctl", "poll", "signal", "term"] }
2020

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

0 commit comments

Comments
 (0)