Skip to content

Commit 8835cfd

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 fc2ddd1 commit 8835cfd

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
@@ -44,7 +44,7 @@ byteorder = "1.3.2"
4444
thiserror = "1.0"
4545
async-trait = { version = "0.1.31", optional = true }
4646
async-stream = { version = "0.3.6", optional = true }
47-
tokio = { version = "1", features = ["rt", "sync", "io-util", "macros", "time"], optional = true }
47+
tokio = { version = "1", features = ["rt", "sync", "io-util", "macros", "time", "net"], optional = true }
4848
futures = { version = "0.3", optional = true }
4949
crossbeam = "0.8.0"
5050

0 commit comments

Comments
 (0)