Skip to content

Commit b4a770b

Browse files
committed
Auto merge of #12563 - weihanglo:windows-sys, r=epage
chore: add missing `windows-sys` features back
2 parents 925280f + 907b9c8 commit b4a770b

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
@@ -194,10 +194,12 @@ fwdansi.workspace = true
194194
workspace = true
195195
features = [
196196
"Win32_Foundation",
197+
"Win32_Security",
197198
"Win32_Storage_FileSystem",
199+
"Win32_System_IO",
198200
"Win32_System_Console",
199-
"Win32_System_Threading",
200201
"Win32_System_JobObjects",
202+
"Win32_System_Threading",
201203
]
202204

203205
[dev-dependencies]

0 commit comments

Comments
 (0)