diff --git a/Cargo.toml b/Cargo.toml index cdf230227..1fc5bd0a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ getrandom = { version = "0.3.0", default-features = false, optional = true } rustix = { version = "1.0.0", features = ["fs"] } [target.'cfg(windows)'.dependencies.windows-sys] -version = ">=0.52,<0.60" +version = ">=0.52, <0.61" features = [ "Win32_Storage_FileSystem", "Win32_Foundation",