From 42788707fb9086a8ea47eb9e3638cbc31cc0ff1c Mon Sep 17 00:00:00 2001 From: Brandon Weeks Date: Tue, 28 Nov 2023 19:14:55 -0800 Subject: [PATCH] Bump windows-targets to 0.52 --- core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Cargo.toml b/core/Cargo.toml index a899fc56..ebdccffc 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -27,7 +27,7 @@ libc = "0.2.95" redox_syscall = "0.4" [target.'cfg(windows)'.dependencies] -windows-targets = "0.48.0" +windows-targets = "0.52.0" [features] nightly = []