From a4596e5d57359e43734407c283788b1d7720bf54 Mon Sep 17 00:00:00 2001 From: Erich Gubler Date: Tue, 21 Jan 2025 20:56:15 -0500 Subject: [PATCH] build: allow `windows-sys` 0.59 (#319) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1269780d4..80181469b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ getrandom = { version = "0.2.15", default-features = false, optional = true } rustix = { version = "0.38.39", features = ["fs"] } [target.'cfg(windows)'.dependencies.windows-sys] -version = ">=0.52,<=0.59" +version = ">=0.52,<0.60" features = [ "Win32_Storage_FileSystem", "Win32_Foundation",