1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-27 02:47:43 +02:00

fix uds server support

This commit is contained in:
Nikolay Kim
2019-11-21 00:35:44 +06:00
parent d3c5518646
commit ae4394c0f2
6 changed files with 39 additions and 37 deletions

View File

@ -44,7 +44,7 @@ tokio-net = { version = "0.2.0-alpha.6", features = ["signal"] }
tokio-timer = "0.3.0-alpha.6"
# unix domain sockets
mio-uds = { version = "0.6.7", optional = true }
mio-uds = { version = "0.6.7" }
# nativetls
native-tls = { version = "0.2", optional = true }