From 14a79a54fdd2099a680dfbb71be03c59a632f3a1 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Sat, 9 Sep 2023 12:52:40 -0500 Subject: [PATCH] chore: Bump windows dependency. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 79c97a0..8900aa2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ bevy = { version = "0.11", default-features = false } ctrlc = "3" [target.'cfg(windows)'.dependencies] -windows = { version = "0.48", features = [ +windows = { version = "0.51", features = [ "Win32_Foundation", "Win32_System_Power", "Win32_System_Registry",