Skip to content

Commit 790d4ac

Browse files
committed
add missing Win32_Foundation feature
1 parent cd199ea commit 790d4ac

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Diff for: crates/profile/Cargo.toml

+5-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,11 @@ jemalloc-ctl = { version = "0.5.0", package = "tikv-jemalloc-ctl", optional = tr
2121
perf-event = "=0.4.7"
2222

2323
[target.'cfg(windows)'.dependencies]
24-
windows-sys = { version = "0.52", features = ["Win32_System_Threading", "Win32_System_ProcessStatus"] }
24+
windows-sys = { version = "0.52", features = [
25+
"Win32_Foundation",
26+
"Win32_System_Threading",
27+
"Win32_System_ProcessStatus",
28+
] }
2529

2630
[features]
2731
cpu_profiler = []

0 commit comments

Comments
 (0)