Skip to content

Commit d92a694

Browse files
committed
Auto merge of #12564 - weihanglo:rust-1.73.0-backport, r=epage
[beta-1.73.0] add missing `windows-sys` features back Fixes <#12562> Beta backports: - <#12563> In order to make CI pass, the following PRs are also cherry-picked: -
2 parents 80eca0e + 716f919 commit d92a694

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)