From 2a0c1e1cb1c12ad78e262da9d8f1b21597ff87e7 Mon Sep 17 00:00:00 2001 From: Maksim Bondarenkov <119937608+ognevny@users.noreply.github.com> Date: Sat, 5 Oct 2024 21:23:23 +0300 Subject: [PATCH] deps: Update windows-sys it's too old and it doesn't have support for `gnullvm` targets, which became a host for rustc on msys2/CLANG* environments --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 77e7857..4ff7d8e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ scopeguard = { version = "1.1.0", default-features = false } libc = { version = "0.2.119", optional = true } [target.'cfg(windows)'.dependencies] -windows-sys = { version = "0.33.0", features = [ +windows-sys = { version = "0.59.0", features = [ "Win32_Foundation", "Win32_System_Diagnostics_Debug", "Win32_System_Kernel",