Skip to content

Commit 7c8e552

Browse files
committed
windows: add features for winapi (#4663)
1 parent 148bea8 commit 7c8e552

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tokio/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ nix = { version = "0.24", default-features = false, features = ["fs", "socket"]
118118
[target.'cfg(windows)'.dependencies.winapi]
119119
version = "0.3.8"
120120
default-features = false
121+
features = ["std", "winsock2", "mswsock", "handleapi", "ws2ipdef", "ws2tcpip"]
121122
optional = true
122123

123124
[target.'cfg(windows)'.dev-dependencies.ntapi]

0 commit comments

Comments
 (0)