about summary refs log tree commit diff
diff options
context:
space:
mode:
authorklensy <klensy@users.noreply.github.com>2023-04-12 14:52:11 +0300
committerklensy <klensy@users.noreply.github.com>2023-04-12 14:52:11 +0300
commit5badbefd706addb8ab501eed745139e1846b09f9 (patch)
treeaa249bfc0747d3fc5aba00b0b8eefa6fcb914756
parent9be9b5e09ad834e2ba9f2571ca17059e18f89b71 (diff)
downloadrust-5badbefd706addb8ab501eed745139e1846b09f9.tar.gz
rust-5badbefd706addb8ab501eed745139e1846b09f9.zip
drop some windows features
-rw-r--r--src/bootstrap/Cargo.toml4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/bootstrap/Cargo.toml b/src/bootstrap/Cargo.toml
index eeda6d7c121..7b9eaceb00f 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",
 ]