mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
add missing Win32_Foundation
feature
This commit is contained in:
parent
ff5c32f542
commit
3ce55e949e
@ -21,7 +21,11 @@ jemalloc-ctl = { version = "0.5.0", package = "tikv-jemalloc-ctl", optional = tr
|
||||
perf-event = "=0.4.7"
|
||||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
windows-sys = { version = "0.52", features = ["Win32_System_Threading", "Win32_System_ProcessStatus"] }
|
||||
windows-sys = { version = "0.52", features = [
|
||||
"Win32_Foundation",
|
||||
"Win32_System_Threading",
|
||||
"Win32_System_ProcessStatus",
|
||||
] }
|
||||
|
||||
[features]
|
||||
cpu_profiler = []
|
||||
|
Loading…
Reference in New Issue
Block a user