From 5badbefd706addb8ab501eed745139e1846b09f9 Mon Sep 17 00:00:00 2001 From: klensy Date: Wed, 12 Apr 2023 14:52:11 +0300 Subject: [PATCH] drop some windows features --- src/bootstrap/Cargo.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/bootstrap/Cargo.toml b/src/bootstrap/Cargo.toml index eeda6d7c121f7..7b9eaceb00f6a 100644 --- a/src/bootstrap/Cargo.toml +++ b/src/bootstrap/Cargo.toml @@ -69,13 +69,9 @@ version = "0.46.0" features = [ "Win32_Foundation", "Win32_Security", - "Win32_Storage_FileSystem", "Win32_System_Diagnostics_Debug", - "Win32_System_IO", - "Win32_System_Ioctl", "Win32_System_JobObjects", "Win32_System_ProcessStatus", - "Win32_System_SystemServices", "Win32_System_Threading", "Win32_System_Time", ]