Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/profile/Cargo.toml')
| -rw-r--r-- | crates/profile/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/profile/Cargo.toml b/crates/profile/Cargo.toml index ac0a06ca5a..51eeea30d2 100644 --- a/crates/profile/Cargo.toml +++ b/crates/profile/Cargo.toml @@ -21,7 +21,7 @@ jemalloc-ctl = { version = "0.4.1", package = "tikv-jemalloc-ctl", optional = tr perf-event = "0.4" [target.'cfg(windows)'.dependencies] -winapi = { version = "0.3.8", features = ["psapi"] } +winapi = { version = "0.3.8", features = ["processthreadsapi", "psapi"] } [features] cpu_profiler = [] |