mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-10-01 12:20:39 +00:00
Fix tokio-uds version (#580)
This commit is contained in:
parent
07e30ae923
commit
cc3b6af7a3
@ -62,7 +62,7 @@ futures = "0.1.20"
|
|||||||
mio = "0.6.14"
|
mio = "0.6.14"
|
||||||
|
|
||||||
[target.'cfg(unix)'.dependencies]
|
[target.'cfg(unix)'.dependencies]
|
||||||
tokio-uds = { version = "0.2.0", path = "tokio-uds" }
|
tokio-uds = { version = "0.2.1", path = "tokio-uds" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
env_logger = { version = "0.5", default-features = false }
|
env_logger = { version = "0.5", default-features = false }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user