about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa
diff options
context:
space:
mode:
authorklensy <klensy@users.noreply.github.com>2025-05-17 15:25:32 +0300
committerklensy <klensy@users.noreply.github.com>2025-05-17 15:26:38 +0300
commit9cacafdd1ae7b23692d9894c6110b7f8f404b4bb (patch)
tree75be37361b6bd1f69e43a17f57976ddae2013e28 /compiler/rustc_codegen_ssa
parenta69bc17fb8026bdc0d24bb1896ff95f0eba1da4e (diff)
downloadrust-9cacafdd1ae7b23692d9894c6110b7f8f404b4bb.tar.gz
rust-9cacafdd1ae7b23692d9894c6110b7f8f404b4bb.zip
compiler & tools: bump windows crate to dedupe versions
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"]