diff --git a/Cargo.toml b/Cargo.toml index cb6c82f..cfbbfd1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ no-color = [] lazy_static = "1" [target.'cfg(windows)'.dependencies.windows-sys] -version = "0.48" +version = ">=0.48,<=0.59" features = [ "Win32_Foundation", "Win32_System_Console",