tokio: include async-trait feature for uds (#1352)

This commit is contained in:
Shell Chen
2019-07-25 08:07:33 -07:00
committed by Carl Lerche
parent 79b017c773
commit 298be80249
+1 -1
View File
@@ -83,7 +83,7 @@ tracing-core = { version = "0.1", optional = true }
memchr = { version = "2.2", optional = true }
[target.'cfg(unix)'.dependencies]
tokio-uds = { version = "0.3.0", optional = true, path = "../tokio-uds" }
tokio-uds = { version = "0.3.0", optional = true, path = "../tokio-uds", features = ["async-traits"] }
[dev-dependencies]
futures-preview = "0.3.0-alpha.17"