diff options
| author | bors <bors@rust-lang.org> | 2025-01-21 22:29:46 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2025-01-21 22:29:46 +0000 |
| commit | a24bdc60ce8b54ff5610793e8527eea84ce6fb6f (patch) | |
| tree | 3a99d8b0f4eb36f4413bbdb12271a3a9113f9387 /compiler/rustc_errors | |
| parent | ed43cbcb882e7c06870abdd9305dc1f17eb9bab9 (diff) | |
| parent | 6c5f084c77e94d131ae05f262620e5927a81b501 (diff) | |
| download | rust-a24bdc60ce8b54ff5610793e8527eea84ce6fb6f.tar.gz rust-a24bdc60ce8b54ff5610793e8527eea84ce6fb6f.zip | |
Auto merge of #135487 - klensy:windows-0.59, r=Mark-Simulacrum
bump compiler and tools to windows 0.59, bootstrap to 0.57 This bumps compiler and tools to windows 0.59 (temporary dupes version, as `sysinfo` still depend on <= 0.57). Bootstrap bumps only to 0.57 (the same sysinfo dep). This additionally resolves my comment https://github.com/rust-lang/rust/pull/130874#issuecomment-2393562071 Will work on it in follow up pr: There still some sus imports for `rustc_driver.dll` like ws2_32 or RoOriginateErrorW, but i will look at them later.
Diffstat (limited to 'compiler/rustc_errors')
| -rw-r--r-- | compiler/rustc_errors/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_errors/Cargo.toml b/compiler/rustc_errors/Cargo.toml index 66b9adbead0..fbb6a1cc475 100644 --- a/compiler/rustc_errors/Cargo.toml +++ b/compiler/rustc_errors/Cargo.toml @@ -31,7 +31,7 @@ tracing = "0.1" # tidy-alphabetical-end [target.'cfg(windows)'.dependencies.windows] -version = "0.57.0" +version = "0.59.0" features = [ "Win32_Foundation", "Win32_Security", |
