From b3ec44d6c0d548168e1a0de7cbe785013de4d7d6 Mon Sep 17 00:00:00 2001 From: kgv Date: Sat, 13 Jan 2024 16:06:18 +0300 Subject: [PATCH] Bump windows to 0.52.0 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index bb20763..8912d79 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windows-native" -version = "1.0.41" +version = "1.0.42" authors = ["NiiightmareXD"] edition = "2021" description = "Windows Native Undocumented API for Rust Language 🔥" @@ -12,7 +12,7 @@ keywords = ["native", "windows", "ffi", "win32", "com"] categories = ["os::windows-apis", "api-bindings", "external-ffi-bindings"] [dependencies] -windows = { version = "0.51.1", features = [ +windows = { version = "0.52.0", features = [ "Win32_Foundation", "Win32_System_ApplicationInstallationAndServicing", "Win32_Devices_DeviceAndDriverInstallation",