From c73e14f0174d93a57bb59a4e211dcb91fc6f857d Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Fri, 18 Mar 2022 09:11:59 -0500 Subject: [PATCH] Bump windows dependency. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c0ea97b..013c7b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,4 +10,4 @@ edition = "2021" bevy = { version = "0.6", default-features = false } [target.'cfg(windows)'.dependencies] -windows = { version = "0.33", features = ["Win32_System_Power", "Win32_System_Registry", "Win32_System_SystemServices"] } \ No newline at end of file +windows = { version = "0.34", features = ["Win32_System_Power", "Win32_System_Registry", "Win32_System_SystemServices"] } \ No newline at end of file