Skip to content

Commit

Permalink
Add missing mstcpip feature flag to winapi dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
emgre authored and Thomasdezeeuw committed Mar 22, 2021
1 parent 25e8f91 commit a7e61db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ libc = "0.2.86"

[target.'cfg(windows)'.dependencies]
miow = "0.3.6"
winapi = { version = "0.3", features = ["winsock2", "mswsock"] }
winapi = { version = "0.3", features = ["winsock2", "mswsock", "mstcpip"] }
ntapi = "0.3"

[dev-dependencies]
Expand Down

0 comments on commit a7e61db

Please sign in to comment.