From 09d8a7720e719be7aaabab5363b7f6a920b168fb Mon Sep 17 00:00:00 2001 From: John Smith Date: Tue, 7 Nov 2023 22:00:11 -0500 Subject: [PATCH] add winerror --- veilid-tools/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/veilid-tools/Cargo.toml b/veilid-tools/Cargo.toml index 50bc1621..a54dc939 100644 --- a/veilid-tools/Cargo.toml +++ b/veilid-tools/Cargo.toml @@ -106,7 +106,7 @@ android_logger = "0.13.3" # Dependencies for Windows [target.'cfg(target_os = "windows")'.dependencies] -winapi = { version = "0.3.9", features = ["iptypes", "iphlpapi"] } +winapi = { version = "0.3.9", features = ["iptypes", "iphlpapi", "winerror"] } # Dependencies for iOS [target.'cfg(target_os = "ios")'.dependencies]