From 53715ab7ed12d3f8db72bfca8588bf36209e7dc2 Mon Sep 17 00:00:00 2001 From: klensy Date: Wed, 24 May 2023 13:24:29 +0300 Subject: [PATCH] deps: remove unused features from windows-sys --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3c6597b5c..93cb041b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -183,11 +183,8 @@ features = [ "Win32_Foundation", "Win32_Storage_FileSystem", "Win32_System_Console", - "Win32_System_IO", "Win32_System_Threading", "Win32_System_JobObjects", - "Win32_Security", - "Win32_System_SystemServices" ] [dev-dependencies]