From 27845b963647f266ddb72a744bb9e59b5f73793b Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Thu, 21 Jul 2022 17:59:36 -0500 Subject: [PATCH] Bump dependency. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9ecc409..9e13488 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,4 +10,4 @@ edition = "2021" bevy = { version = "0.7", default-features = false } [target.'cfg(windows)'.dependencies] -windows = { version = "0.38", features = ["Win32_System_Power", "Win32_System_Registry", "Win32_System_SystemServices"] } \ No newline at end of file +windows = { version = "0.39", features = ["Win32_System_Power", "Win32_System_Registry", "Win32_System_SystemServices"] } \ No newline at end of file