From d27fe4da7c57a4714fd444b7aed818fd93f039f2 Mon Sep 17 00:00:00 2001 From: Daniel Paoliello Date: Thu, 4 Sep 2025 14:03:17 -0700 Subject: [PATCH] Allow windows-sys 0.60 to be used --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d6c3d7c..9004c95 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ no-color = [] [target.'cfg(windows)'.dependencies.windows-sys] -version = ">=0.48,<=0.59" +version = ">=0.48,<=0.60" features = ["Win32_Foundation", "Win32_System_Console"] [dev-dependencies]