Auto merge of #12563 - weihanglo:windows-sys, r=epage

chore: add missing `windows-sys` features back
This commit is contained in:
bors 2023-08-26 11:05:23 +00:00
commit b4a770bcb9

View file

@ -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]