about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa
diff options
context:
space:
mode:
authorLeón Orell Valerian Liehr <me@fmease.dev>2025-05-18 18:44:13 +0200
committerGitHub <noreply@github.com>2025-05-18 18:44:13 +0200
commit20bd5977ed6c51441b98dfda9a7d715ad481184c (patch)
tree31379a35d482f640f261593258e93e831588add0 /compiler/rustc_codegen_ssa
parent3af0c43f06d31862a018e8522d565e182cf5b778 (diff)
parent40940e1294338080f88c87f0bde86e75ca603a27 (diff)
downloadrust-20bd5977ed6c51441b98dfda9a7d715ad481184c.tar.gz
rust-20bd5977ed6c51441b98dfda9a7d715ad481184c.zip
Rollup merge of #141127 - klensy:windows-bump-61, r=albertlarsan68,jieyouxu
bump windows crate for compiler,bootstrap and tools

This dedupes crate versions. For `x86_64-pc-windows-msvc` stage1 cuts few kb from `rustc_driver.dll`, nice.
Diffstat (limited to 'compiler/rustc_codegen_ssa')
-rw-r--r--compiler/rustc_codegen_ssa/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_ssa/Cargo.toml b/compiler/rustc_codegen_ssa/Cargo.toml
index 97eebffd1fe..d4c8ab80a33 100644
--- a/compiler/rustc_codegen_ssa/Cargo.toml
+++ b/compiler/rustc_codegen_ssa/Cargo.toml
@@ -58,5 +58,5 @@ default-features = false
 features = ["read_core", "elf", "macho", "pe", "xcoff", "unaligned", "archive", "write", "wasm"]
 
 [target.'cfg(windows)'.dependencies.windows]
-version = "0.59.0"
+version = "0.61.0"
 features = ["Win32_Globalization"]