From dfb4be81a84642d65b6128242dd9589182681025 Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Sat, 22 Apr 2023 13:24:59 +0200 Subject: [PATCH] Add the Win32_System_Console feature since it is used --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 99a71418856..aa456912901 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -99,6 +99,7 @@ version = "0.45" features = [ "Win32_Foundation", "Win32_Storage_FileSystem", + "Win32_System_Console", "Win32_System_IO", "Win32_System_Threading", "Win32_System_JobObjects",