Skip to content

Commit 91d347e

Browse files
illicitonioncarllerche
authored andcommitted
Update mio dependency to 0.6.14
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.
1 parent e019209 commit 91d347e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ appveyor = { repository = "alexcrichton/tokio-signal" }
1717

1818
[dependencies]
1919
futures = "0.1.11"
20-
mio = "0.6.5"
20+
mio = "0.6.14"
2121
tokio-reactor = "0.1.0"
2222
tokio-executor = "0.1.0"
2323
tokio-io = "0.1"

0 commit comments

Comments
 (0)