Skip to content

Commit 7e19c1e

Browse files
peppergrayxyzmtjhrc
authored andcommitted
add nix crate feature fs
Fixes: #437 Signed-off-by: Pepper Gray <[email protected]>
1 parent d006605 commit 7e19c1e

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
@@ -24,7 +24,7 @@ crossbeam-channel = ">=0.5.15"
2424
libc = ">=0.2.39"
2525
libloading = "0.8"
2626
log = "0.4.0"
27-
nix = { version = "0.30.1", features = ["ioctl", "net", "poll", "socket"] }
27+
nix = { version = "0.30.1", features = ["ioctl", "net", "poll", "socket", "fs"] }
2828
pw = { package = "pipewire", version = "0.8.0", optional = true }
2929
rand = "0.9.2"
3030
thiserror = { version = "2.0", optional = true }

0 commit comments

Comments
 (0)