From 40d9178f7b0b1d5e11eeda8c6f8b9d6d0a2d930e Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Tue, 6 Aug 2024 03:58:04 +0900 Subject: [PATCH] Update windows-sys to 0.59 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c02d837..f9586ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ cfg-if = "1.0.0" libc = "0.2.27" [target.'cfg(windows)'.dependencies.windows-sys] -version = "0.52.0" +version = "0.59.0" features = [ "Win32_Foundation", "Win32_Storage_FileSystem"