From f384917f9025ca0050fdfbb9ac490f4ab38393e0 Mon Sep 17 00:00:00 2001 From: Colin Finck Date: Fri, 16 Jan 2026 14:04:37 +0100 Subject: [PATCH] Allow windows-sys 0.61 to be used --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 769056b..4d08983 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ no-color = [] [target.'cfg(windows)'.dependencies.windows-sys] -version = ">=0.48,<=0.60" +version = ">=0.48,<=0.61" features = ["Win32_Foundation", "Win32_System_Console"] [dev-dependencies]