Skip to content

Commit 8e18c38

Browse files
committed
add nix crate feature fs
Fixes: #437 Signed-off-by: Pepper Gray <[email protected]>
1 parent 246b3f7 commit 8e18c38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/devices/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ crossbeam-channel = ">=0.5.15"
2323
libc = ">=0.2.39"
2424
libloading = "0.8"
2525
log = "0.4.0"
26-
nix = { version = "0.30.1", features = ["ioctl", "net", "poll", "socket"] }
26+
nix = { version = "0.30.1", features = ["ioctl", "net", "poll", "socket", "fs"] }
2727
pw = { package = "pipewire", version = "0.8.0", optional = true }
2828
rand = "0.9.2"
2929
thiserror = { version = "2.0", optional = true }

0 commit comments

Comments
 (0)