Skip to content

Commit

Permalink
Update mio dependency to 0.6.14
Browse files Browse the repository at this point in the history
This allows tokio-signal to build with `-Z minimal-versions` - see
rust-lang/cargo#5657 (comment)
for more details.

Earlier versions depend on log 0.3.1, which itself depends on libc
0.1, which doesn't build on any post-1.0 version of rust.
  • Loading branch information
illicitonion authored and carllerche committed Sep 10, 2018
1 parent e019209 commit 91d347e
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 @@ -17,7 +17,7 @@ appveyor = { repository = "alexcrichton/tokio-signal" }

[dependencies]
futures = "0.1.11"
mio = "0.6.5"
mio = "0.6.14"
tokio-reactor = "0.1.0"
tokio-executor = "0.1.0"
tokio-io = "0.1"
Expand Down

0 comments on commit 91d347e

Please sign in to comment.