mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-10-01 12:20:39 +00:00
Bump tokio-uds to v0.2.0 (#395)
This commit is contained in:
parent
0d41ba7a08
commit
06325fa63b
3
tokio-uds/CHANGELOG.md
Normal file
3
tokio-uds/CHANGELOG.md
Normal file
@ -0,0 +1,3 @@
|
||||
# 0.2.0 (June 6, 2018)
|
||||
|
||||
* Initial 0.2 release.
|
@ -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" }
|
||||
|
Loading…
x
Reference in New Issue
Block a user