Skip to content

Commit fa59815

Browse files
committed
Limit nix features
This makes building the examples slightly faster.
1 parent 9e0722b commit fa59815

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
@@ -40,7 +40,7 @@ tempfile = "3"
4040

4141
[target.'cfg(target_os = "linux")'.dev-dependencies]
4242
inotify = { version = "0.10", default-features = false }
43-
nix = "0.24"
43+
nix = { version = "0.24", default-features = false }
4444
timerfd = "1"
4545

4646
[target.'cfg(windows)'.dev-dependencies]

0 commit comments

Comments
 (0)