From 1a68d0621c76757813e8aef3710b21b7abf2f36a Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 17 Sep 2024 17:55:02 -0700 Subject: [PATCH] Update to windows-sys 0.59. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6a5b3f8..7c810ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ rust-version = "1.56" libc = { version = "0.2", default-features = false } [target.'cfg(windows)'.dependencies.windows-sys] -version = "0.52" +version = "0.59" features = [ "Win32_Foundation", "Win32_System_Diagnostics_Debug",