From b27ed40166ed8f95b9e1016c3224cf5099f20314 Mon Sep 17 00:00:00 2001 From: Sebastian Wiesner Date: Sat, 16 Mar 2024 20:06:34 +0100 Subject: [PATCH] Update windows-targets --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5746801..c26e58c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,4 +17,4 @@ rust-version = "1.64" libc = "0.2.141" [target.'cfg(windows)'.dependencies] -windows-targets = "0.48" +windows-targets = "0.52.4"