Bump to 0.1.8

This commit is contained in:
Alex Crichton
2017-06-07 13:29:14 -07:00
parent 74670f287e
commit 562aa65c99
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "tokio-core"
version = "0.1.7"
version = "0.1.8"
authors = ["Alex Crichton <[email protected]>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/tokio-rs/tokio-core"
@@ -19,7 +19,7 @@ appveyor = { repository = "alexcrichton/tokio-core" }
[dependencies]
bytes = "0.4"
log = "0.3"
mio = { git = "https://github.com/carllerche/mio" }
mio = "0.6.9"
scoped-tls = "0.1.0"
slab = "0.3"
iovec = "0.1"