From 907b9c8ecf5164e57828862d73703220bab8f1e9 Mon Sep 17 00:00:00 2001 From: Weihang Lo Date: Sat, 26 Aug 2023 10:59:04 +0100 Subject: [PATCH] chore: add missing `windows-sys` features back --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9f46bd019ef..4ccdf1d66c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -194,10 +194,12 @@ fwdansi.workspace = true workspace = true features = [ "Win32_Foundation", + "Win32_Security", "Win32_Storage_FileSystem", + "Win32_System_IO", "Win32_System_Console", - "Win32_System_Threading", "Win32_System_JobObjects", + "Win32_System_Threading", ] [dev-dependencies]