about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa
diff options
context:
space:
mode:
authorklensy <klensy@users.noreply.github.com>2024-02-18 16:02:16 +0300
committerklensy <klensy@users.noreply.github.com>2024-02-18 16:02:16 +0300
commit35fe26757adce8cd8d1b9e7f4107a0ac9a7ab27b (patch)
tree6158c398cd952051703bfdb2b39da1f80721d3a5 /compiler/rustc_codegen_ssa
parent5e2a7ac47a817b598aec3848efa8e674beebbcbf (diff)
downloadrust-35fe26757adce8cd8d1b9e7f4107a0ac9a7ab27b.tar.gz
rust-35fe26757adce8cd8d1b9e7f4107a0ac9a7ab27b.zip
windows bump to 0.52
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 c4aaf421444..e144b1dc1bd 100644
--- a/compiler/rustc_codegen_ssa/Cargo.toml
+++ b/compiler/rustc_codegen_ssa/Cargo.toml
@@ -51,5 +51,5 @@ default-features = false
 features = ["read_core", "elf", "macho", "pe", "xcoff", "unaligned", "archive", "write"]
 
 [target.'cfg(windows)'.dependencies.windows]
-version = "0.48.0"
+version = "0.52.0"
 features = ["Win32_Globalization"]