Skip to content

Commit 716f919

Browse files
committed
chore: add missing windows-sys features back
1 parent 80eca0e commit 716f919

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,10 +193,12 @@ fwdansi.workspace = true
193193
workspace = true
194194
features = [
195195
"Win32_Foundation",
196+
"Win32_Security",
196197
"Win32_Storage_FileSystem",
198+
"Win32_System_IO",
197199
"Win32_System_Console",
198-
"Win32_System_Threading",
199200
"Win32_System_JobObjects",
201+
"Win32_System_Threading",
200202
]
201203

202204
[dev-dependencies]

0 commit comments

Comments
 (0)