From c49c19b62f6c2a3666622c20ee03f080891ba795 Mon Sep 17 00:00:00 2001 From: shellrow <81893184+shellrow@users.noreply.github.com> Date: Tue, 3 May 2022 23:02:45 +0900 Subject: [PATCH] Update windows crate --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 348af8c..836fb17 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ libc = "0.2" memalloc = "0.1.0" [target.'cfg(windows)'.dependencies.windows] -version = "0.29.0" +version = "0.30.0" features = ["Win32_Foundation","Win32_NetworkManagement_IpHelper", "Win32_Networking_WinSock"] [target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies]