We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
nix
1 parent 18b823c commit 6e22fa6Copy full SHA for 6e22fa6
Cargo.toml
@@ -16,7 +16,7 @@ categories = ["hardware-support"]
16
17
[target."cfg(unix)".dependencies]
18
bitflags = "2.4.0"
19
-nix = { version = "0.28", default-features = false, features = ["fs", "ioctl", "poll", "signal", "term"] }
+nix = { version = "0.29", default-features = false, features = ["fs", "ioctl", "poll", "signal", "term"] }
20
21
[target.'cfg(all(target_os = "linux", not(target_env = "musl")))'.dependencies]
22
libudev = { version = "0.3.0", optional = true }
0 commit comments