Skip to content

Commit cd5e6a0

Browse files
authored
Rollup merge of rust-lang#110227 - klensy:bs-win, r=Mark-Simulacrum
bootstrap: drop some windows features They became unused after rust-lang#109960
2 parents 3a16d0a + 5badbef commit cd5e6a0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/bootstrap/Cargo.toml

-4
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,9 @@ version = "0.46.0"
6969
features = [
7070
"Win32_Foundation",
7171
"Win32_Security",
72-
"Win32_Storage_FileSystem",
7372
"Win32_System_Diagnostics_Debug",
74-
"Win32_System_IO",
75-
"Win32_System_Ioctl",
7673
"Win32_System_JobObjects",
7774
"Win32_System_ProcessStatus",
78-
"Win32_System_SystemServices",
7975
"Win32_System_Threading",
8076
"Win32_System_Time",
8177
]

0 commit comments

Comments
 (0)