Skip to content

Commit 070d98b

Browse files
authored
Merge pull request #82 from rtzoeller/master
Limit nix features
2 parents 9e0722b + fa59815 commit 070d98b

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)