Skip to content

Commit

Permalink
Auto merge of #12564 - weihanglo:rust-1.73.0-backport, r=epage
Browse files Browse the repository at this point in the history
[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:

-
  • Loading branch information
bors committed Aug 26, 2023
2 parents 80eca0e + 716f919 commit d92a694
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -193,10 +193,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]
Expand Down

0 comments on commit d92a694

Please sign in to comment.