From 3e2993b84373751b2c6a87c1a3d5cd2144262f90 Mon Sep 17 00:00:00 2001 From: sweet-de-way <79189218+sweet-de-way@users.noreply.github.com> Date: Mon, 2 Dec 2024 11:44:04 +0800 Subject: [PATCH] Update Cargo.toml change windows-sys version to 0.52.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b662fded..ede2f0bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ features = [ ] [target."cfg(windows)".dependencies.windows-sys] -version = "0.59.0" +version = "0.52.0" features = [ "Win32_Storage", "Win32_Storage_FileSystem",