From 288df33b39db2a705641194b31edb045f52b9054 Mon Sep 17 00:00:00 2001 From: xkeyC <3334969096@qq.com> Date: Sun, 28 Apr 2024 21:58:17 +0800 Subject: [PATCH] update: rust/windows features --- rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/Cargo.toml b/rust/Cargo.toml index c5260eb..c0f20ba 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -23,4 +23,4 @@ win32job = "2" lazy_static = "1.4" scopeguard = "1.2" notify-rust = "4" -windows = { version = "0.56.0", features = ["Win32_System_Services", "Win32_UI_WindowsAndMessaging"] } \ No newline at end of file +windows = { version = "0.56.0", features = ["Win32_UI_WindowsAndMessaging"] } \ No newline at end of file