From 10193643299cf71fbb0868f423cdbac788628595 Mon Sep 17 00:00:00 2001 From: Poly Date: Mon, 30 Jan 2023 16:57:44 +0100 Subject: [PATCH] Update windows-rs 0.44 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7ad5109..cd0699d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ block = "0.1.6" objc-foundation = "0.1.1" [target.'cfg(target_os = "windows")'.dependencies] -windows = { version = "0.43", features = [ +windows = { version = "0.44", features = [ "Win32_Foundation", "Win32_System_Com", "Win32_UI_Shell_Common",