From f659f3ad41d5c7b568eb061917a41285fb1db57f Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Thu, 28 Dec 2023 09:11:15 -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 dcec654..e3bfa53 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ tempfile = "3.1" rustix = { version = "0.38.0", features = ["fs"] } [target.'cfg(windows)'.dependencies.windows-sys] -version = "0.48.0" +version = "0.52.0" features = [ "Win32_Foundation", "Win32_Storage_FileSystem",