Skip to content

Commit

Permalink
chore: add missing windows-sys features back
Browse files Browse the repository at this point in the history
  • Loading branch information
weihanglo committed Aug 26, 2023
1 parent 80eca0e commit 722d359
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 722d359

Please sign in to comment.