commit | 5a35736693dd5f6742b36a5208215461a63cc4ad | [log] [tgz] |
---|---|---|
author | Émile Grégoire <eg@emilegregoire.ca> | Mon Mar 22 17:23:36 2021 -0400 |
committer | Thomas de Zeeuw <thomasdezeeuw@gmail.com> | Mon Mar 22 21:52:45 2021 +0000 |
tree | 76317aa79e993ae74aeca273c3727d8c477e8b0c | |
parent | b7006d710821f1d6aa0d5a63948dc21b4433ddbf [diff] |
Add missing mstcpip feature flag to winapi dependency. (cherry picked from commit a7e61db9e3c2b929ef1a33532bfcc22045d163ce)
diff --git a/Cargo.toml b/Cargo.toml index 3aedc7f..81154ae 100644 --- a/Cargo.toml +++ b/Cargo.toml
@@ -57,7 +57,7 @@ [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]