From e56cdd111daa0fb33b22107b022fa2ecb9f31059 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Fri, 17 Nov 2023 08:46:14 -0800 Subject: [PATCH] Update to windows-sys 0.52. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d1b630b..b386d8c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ hermit-abi = { version = "0.3", optional = true } libc = { version = "0.2.96", optional = true } [target.'cfg(windows)'.dependencies.windows-sys] -version = "0.48.0" +version = "0.52.0" optional = true features = [ "Win32_Foundation",