Skip to content

Commit

Permalink
Add missing dependencies on i686
Browse files Browse the repository at this point in the history
  • Loading branch information
m-r-r committed Dec 24, 2015
1 parent 81e0f8e commit bc7e9db
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 bc7e9db

Please sign in to comment.