Skip to content

Commit 5a35736

Browse files
emgreThomasdezeeuw
authored andcommitted
Add missing mstcpip feature flag to winapi dependency.
(cherry picked from commit a7e61db)
1 parent b7006d7 commit 5a35736

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
@@ -57,7 +57,7 @@ libc = "0.2.86"
5757

5858
[target.'cfg(windows)'.dependencies]
5959
miow = "0.3.6"
60-
winapi = { version = "0.3", features = ["winsock2", "mswsock"] }
60+
winapi = { version = "0.3", features = ["winsock2", "mswsock", "mstcpip"] }
6161
ntapi = "0.3"
6262

6363
[dev-dependencies]

0 commit comments

Comments
 (0)