about summary refs log tree commit diff
path: root/compiler/rustc_driver_impl
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_driver_impl
parenta69bc17fb8026bdc0d24bb1896ff95f0eba1da4e (diff)
downloadrust-9cacafdd1ae7b23692d9894c6110b7f8f404b4bb.tar.gz
rust-9cacafdd1ae7b23692d9894c6110b7f8f404b4bb.zip
compiler & tools: bump windows crate to dedupe versions
Diffstat (limited to 'compiler/rustc_driver_impl')
-rw-r--r--compiler/rustc_driver_impl/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_driver_impl/Cargo.toml b/compiler/rustc_driver_impl/Cargo.toml
index 9da4f2dbc27..1971d06aad6 100644
--- a/compiler/rustc_driver_impl/Cargo.toml
+++ b/compiler/rustc_driver_impl/Cargo.toml
@@ -60,7 +60,7 @@ libc = "0.2"
 # tidy-alphabetical-end
 
 [target.'cfg(windows)'.dependencies.windows]
-version = "0.59.0"
+version = "0.61.0"
 features = [
     "Win32_System_Diagnostics_Debug",
 ]