Skip to content

Commit

Permalink
[libs] Turn off unused inotify stream feature
Browse files Browse the repository at this point in the history
Fixes #176
  • Loading branch information
passcod committed Feb 5, 2019
1 parent 34775f2 commit e729e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ filetime = "^0.2.1"
walkdir = "^2.0.1"

[target.'cfg(target_os="linux")'.dependencies]
inotify = "^0.6.1"
inotify = { version = "^0.6.1", default-features = false }
mio = "^0.6.15"
mio-extras = "^2.0.5"

Expand Down

0 comments on commit e729e27

Please sign in to comment.