From af2118894726893c21f26d8db286821e8f4d66ef Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Tue, 10 May 2022 12:12:43 -0500 Subject: [PATCH] Bump dependency. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 29577eb..83419dd 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.35", features = ["Win32_System_Power", "Win32_System_Registry", "Win32_System_SystemServices"] } +windows = { version = "0.36", features = ["Win32_System_Power", "Win32_System_Registry", "Win32_System_SystemServices"] } \ No newline at end of file