From b4175c14549cf2acacced26acb54df4121da4bdc Mon Sep 17 00:00:00 2001 From: Markus Siglreithmaier Date: Tue, 3 May 2022 12:39:29 +0200 Subject: [PATCH] Bump windows-sys version to 0.36 (#2277) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0fee93fe..e52ebf3f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ features = ["display_link"] parking_lot = "0.12" [target.'cfg(target_os = "windows")'.dependencies.windows-sys] -version = "0.33" +version = "0.36" features = [ "Win32_Devices_HumanInterfaceDevice", "Win32_Foundation",