From eabebf64b22357d63bc9554a8117b6703c4f7d17 Mon Sep 17 00:00:00 2001 From: Luke Parker Date: Wed, 20 Mar 2024 21:28:16 -0400 Subject: [PATCH] Use range for windows-sys --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a1b2d8c..870d5dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ libc = "0.2" redox_users = { version = "0.4", default-features = false } [target.'cfg(windows)'.dependencies] -windows-sys = { version = "0.52.0", features = [ +windows-sys = { version = ">= 0.48.0, < 0.53.0", features = [ "Win32_UI_Shell", "Win32_Foundation", "Win32_Globalization",