From a7e61db9e3c2b929ef1a33532bfcc22045d163ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89mile=20Gr=C3=A9goire?= Date: Mon, 22 Mar 2021 17:23:36 -0400 Subject: [PATCH] Add missing mstcpip feature flag to winapi dependency. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c973edcb0..bf9f3e147 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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]