diff --git a/Cargo.toml b/Cargo.toml index 6f29fd751..dd9a0d4d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ once_cell = { version = "1.19.0", default-features = false, features = ["std"] } rustix = { version = "0.38.37", features = ["fs"] } [target.'cfg(windows)'.dependencies.windows-sys] -version = "0.59" +version = ">=0.52,<=0.59" features = [ "Win32_Storage_FileSystem", "Win32_Foundation",