diff --git a/Cargo.toml b/Cargo.toml index 9b6195ea..cf80637f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ features = ["all"] libc = "0.2.172" [target.'cfg(windows)'.dependencies.windows-sys] -version = "0.60" +version = ">=0.60, <0.62" features = [ "Win32_Foundation", "Win32_Networking_WinSock",