Skip to content

Commit d413afc

Browse files
committed
chore: add missing windows-sys features back
1 parent 103a7ff commit d413afc

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
@@ -181,10 +181,12 @@ fwdansi.workspace = true
181181
workspace = true
182182
features = [
183183
"Win32_Foundation",
184+
"Win32_Security",
184185
"Win32_Storage_FileSystem",
186+
"Win32_System_IO",
185187
"Win32_System_Console",
186-
"Win32_System_Threading",
187188
"Win32_System_JobObjects",
189+
"Win32_System_Threading",
188190
]
189191

190192
[dev-dependencies]

0 commit comments

Comments
 (0)