Fix tokio-uds version (#580)

This commit is contained in:
Josef Brandl
2018-08-28 15:12:45 -07:00
committed by Carl Lerche
parent 07e30ae923
commit cc3b6af7a3
+1 -1
View File
@@ -62,7 +62,7 @@ futures = "0.1.20"
mio = "0.6.14"
[target.'cfg(unix)'.dependencies]
tokio-uds = { version = "0.2.0", path = "tokio-uds" }
tokio-uds = { version = "0.2.1", path = "tokio-uds" }
[dev-dependencies]
env_logger = { version = "0.5", default-features = false }