Bump tokio-uds to v0.2.0 (#395)

This commit is contained in:
Carl Lerche 2018-06-06 14:09:07 -07:00 committed by GitHub
parent 0d41ba7a08
commit 06325fa63b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 5 deletions

3
tokio-uds/CHANGELOG.md Normal file
View File

@ -0,0 +1,3 @@
# 0.2.0 (June 6, 2018)
* Initial 0.2 release.

View File

@ -16,11 +16,11 @@ Unix Domain sockets for Tokio
categories = ["asynchronous"]
[dependencies]
bytes = "0.4"
futures = "0.1"
iovec = "0.1"
libc = "0.2"
log = "0.4"
bytes = "0.4.8"
futures = "0.1.21"
iovec = "0.1.2"
libc = "0.2.42"
log = "0.4.2"
mio = "0.6.14"
mio-uds = "0.6.5"
tokio-reactor = { version = "0.1.1", path = "../tokio-reactor" }