Skip to content

Commit

Permalink
Merge pull request #46 from m-r-r/patch-1
Browse files Browse the repository at this point in the history
Add missing dependencies on Linux i686
  • Loading branch information
passcod committed Dec 25, 2015
2 parents 81e0f8e + bc7e9db commit 995fdc6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,18 @@ walkdir = "^0.1"
inotify = "^0.1"
mio = "^0.5"

[target.i686-unknown-linux-gnu.dependencies]
inotify = "^0.1"
mio = "^0.5"

[target.x86_64-unknown-linux-musl.dependencies]
inotify = "^0.1"
mio = "^0.5"

[target.i686-unknown-linux-musl.dependencies]
inotify = "^0.1"
mio = "^0.5"

[target.x86_64-apple-darwin.dependencies]
fsevent = "^0.2.11"
fsevent-sys = "^0.1"
Expand Down

0 comments on commit 995fdc6

Please sign in to comment.