From 60e1ce7e2da3bdc4328802cf29fdde1701672263 Mon Sep 17 00:00:00 2001 From: Nathan Flurry Date: Fri, 6 Feb 2026 03:44:08 -0800 Subject: [PATCH] fix: add Win32_System_Threading feature for Windows build --- server/packages/sandbox-agent/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/packages/sandbox-agent/Cargo.toml b/server/packages/sandbox-agent/Cargo.toml index 703c87c..850f4b6 100644 --- a/server/packages/sandbox-agent/Cargo.toml +++ b/server/packages/sandbox-agent/Cargo.toml @@ -42,7 +42,7 @@ tempfile = { workspace = true, optional = true } libc = "0.2" [target.'cfg(windows)'.dependencies] -windows = { version = "0.52", features = ["Win32_Foundation", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_Console"] } +windows = { version = "0.52", features = ["Win32_Foundation", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_Console", "Win32_System_Threading"] } [dev-dependencies] http-body-util.workspace = true