From 77966916c41d59b68241a610de43526273cfaf9e Mon Sep 17 00:00:00 2001 From: Luna Yao <40349250+ZnqbuZ@users.noreply.github.com> Date: Tue, 17 Mar 2026 07:10:50 +0100 Subject: [PATCH] cargo: add used features for windows-sys (#1924) --- easytier/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/easytier/Cargo.toml b/easytier/Cargo.toml index 68fbb868..b20002cb 100644 --- a/easytier/Cargo.toml +++ b/easytier/Cargo.toml @@ -284,6 +284,8 @@ windows-sys = { version = "0.52", features = [ "Win32_NetworkManagement_Ndis", "Win32_Networking_WinSock", "Win32_Foundation", + "Win32_System_Diagnostics", + "Win32_System_Diagnostics_Debug", ] } winapi = { version = "0.3.9", features = ["impl-default"] }