From 83b0fd0c0875e4b358880b91a452e0140626ef7f Mon Sep 17 00:00:00 2001 From: bjorn3 <17426603+bjorn3@users.noreply.github.com> Date: Wed, 22 Jul 2026 16:43:16 +0200 Subject: [PATCH] Support windows-sys 0.61 This version uses raw-dylib rather than shipping large import libraries. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cc661c5..3b007fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ hermit-abi = { version = ">=0.3, <=0.5", optional = true } libc = { version = "0.2.96", optional = true } [target.'cfg(windows)'.dependencies.windows-sys] -version = ">=0.52, <=0.60" +version = ">=0.52, <=0.61" optional = true features = [ "Win32_Foundation",