Skip to content

Commit 5948999

Browse files
committed
add net feature to tokio
Add net feature to tokio to support UDS Signed-off-by: Jorge Prendes <[email protected]>
1 parent 1575643 commit 5948999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ byteorder = "1.3.2"
4545
thiserror = "1.0"
4646
async-trait = { version = "0.1.31", optional = true }
4747
async-stream = { version = "0.3.6", optional = true }
48-
tokio = { version = "1", features = ["rt", "sync", "io-util", "macros", "time"], optional = true }
48+
tokio = { version = "1", features = ["rt", "sync", "io-util", "macros", "time", "net"], optional = true }
4949
futures = { version = "0.3", optional = true }
5050
crossbeam = "0.8.0"
5151

0 commit comments

Comments
 (0)