mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-23 00:00:10 +02:00
Update the required Mio point release. (#120)
Tokio depends on the latest Mio point release, so update Cargo.toml to reflect this.
This commit is contained in:
+1
-1
@@ -33,7 +33,7 @@ appveyor = { repository = "carllerche/tokio" }
|
||||
[dependencies]
|
||||
bytes = "0.4"
|
||||
log = "0.4"
|
||||
mio = "0.6.12"
|
||||
mio = "0.6.13"
|
||||
slab = "0.4"
|
||||
iovec = "0.1"
|
||||
tokio-io = "0.1"
|
||||
|
||||
Reference in New Issue
Block a user