Skip to content

Commit a1c3979

Browse files
committed
Windows Fix
1 parent 28b8175 commit a1c3979

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ libc = "0.2" # For setpgid and signal constants
2222
tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt"] } # For logging setup
2323
tempfile = "3" # For creating temporary directories in examples/tests
2424
anyhow = "1.0" # For simple error handling in examples
25-
windows-sys = { version = "0.59.0", features = ["Win32", "Win32_System"] }
25+
windows-sys = { version = "0.59.0", features = ["Win32", "Win32_System", "Win32_System_Threading"] }
2626
# Dependency on the library itself (needed for building examples within the workspace)
2727
# This line might not be strictly necessary if cargo automatically detects it,
2828
# but explicitly listing it can sometimes help.

0 commit comments

Comments
 (0)