diff options
| author | bors <bors@rust-lang.org> | 2023-04-15 15:11:41 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-04-15 15:11:41 +0000 |
| commit | fd57c6b407d5f038060d7b94ce9af22ea4b0dcf0 (patch) | |
| tree | 987a6d490d7789d08c83a2ba6482cc346e279ece | |
| parent | 281648698693def16f1985ca85948f5efc7e9e3f (diff) | |
| parent | 5badbefd706addb8ab501eed745139e1846b09f9 (diff) | |
| download | rust-fd57c6b407d5f038060d7b94ce9af22ea4b0dcf0.tar.gz rust-fd57c6b407d5f038060d7b94ce9af22ea4b0dcf0.zip | |
Auto merge of #110227 - klensy:bs-win, r=Mark-Simulacrum
bootstrap: drop some windows features They became unused after https://github.com/rust-lang/rust/pull/109960
| -rw-r--r-- | src/bootstrap/Cargo.toml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/bootstrap/Cargo.toml b/src/bootstrap/Cargo.toml index eeda6d7c121..7b9eaceb00f 100644 --- a/src/bootstrap/Cargo.toml +++ b/src/bootstrap/Cargo.toml @@ -69,13 +69,9 @@ version = "0.46.0" features = [ "Win32_Foundation", "Win32_Security", - "Win32_Storage_FileSystem", "Win32_System_Diagnostics_Debug", - "Win32_System_IO", - "Win32_System_Ioctl", "Win32_System_JobObjects", "Win32_System_ProcessStatus", - "Win32_System_SystemServices", "Win32_System_Threading", "Win32_System_Time", ] |
