From 1fe3e531234bb14e8ddf4f01b5243775af731508 Mon Sep 17 00:00:00 2001 From: msiglreith Date: Mon, 2 May 2022 22:24:31 +0200 Subject: [PATCH] Bump windows-sys version to 0.36 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0fee93fe47..e52ebf3ffb 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",