Skip to content

Commit a7e61db

Browse files
emgreThomasdezeeuw
authored andcommitted
Add missing mstcpip feature flag to winapi dependency.
1 parent 25e8f91 commit a7e61db

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
@@ -50,7 +50,7 @@ libc = "0.2.86"
5050

5151
[target.'cfg(windows)'.dependencies]
5252
miow = "0.3.6"
53-
winapi = { version = "0.3", features = ["winsock2", "mswsock"] }
53+
winapi = { version = "0.3", features = ["winsock2", "mswsock", "mstcpip"] }
5454
ntapi = "0.3"
5555

5656
[dev-dependencies]

0 commit comments

Comments
 (0)