]> git.lizzy.rs Git - rust.git/blobdiff - crates/profile/Cargo.toml
Merge #11220
[rust.git] / crates / profile / Cargo.toml
index b16a3951c2ac32c14caaf8439e25965c22a8b901..51eeea30d2e78017aa1feabcec615a784ddcf51d 100644 (file)
@@ -4,7 +4,7 @@ version = "0.0.0"
 description = "TBD"
 license = "MIT OR Apache-2.0"
 edition = "2021"
-rust-version = "1.56"
+rust-version = "1.57"
 
 [lib]
 doctest = false
@@ -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 = []