]> git.lizzy.rs Git - rust.git/blobdiff - crates/profile/Cargo.toml
Merge #11220
[rust.git] / crates / profile / Cargo.toml
index 653d3d98399e3b10654d5cd7679c11ec2f53082b..51eeea30d2e78017aa1feabcec615a784ddcf51d 100644 (file)
@@ -3,8 +3,8 @@ name = "profile"
 version = "0.0.0"
 description = "TBD"
 license = "MIT OR Apache-2.0"
-authors = ["rust-analyzer developers"]
-edition = "2018"
+edition = "2021"
+rust-version = "1.57"
 
 [lib]
 doctest = false
@@ -12,16 +12,16 @@ doctest = false
 [dependencies]
 once_cell = "1.3.1"
 cfg-if = "1"
-libc = "0.2.73"
-la-arena = { version = "0.2.0", path = "../../lib/arena" }
-countme = { version = "2.0.1", features = ["enable"] }
+libc = "0.2"
+la-arena = { version = "0.3.0", path = "../../lib/arena" }
+countme = { version = "3.0", features = ["enable"] }
 jemalloc-ctl = { version = "0.4.1", package = "tikv-jemalloc-ctl", optional = true }
 
 [target.'cfg(target_os = "linux")'.dependencies]
 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 = []