diff options
Diffstat (limited to 'crates/profile')
-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 e271e3a56..17769fcd3 100644 --- a/crates/profile/Cargo.toml +++ b/crates/profile/Cargo.toml | |||
@@ -14,7 +14,7 @@ cfg-if = "0.1.10" | |||
14 | libc = "0.2.73" | 14 | libc = "0.2.73" |
15 | backtrace = { version = "0.3.44", optional = true } | 15 | backtrace = { version = "0.3.44", optional = true } |
16 | 16 | ||
17 | arena = { path = "../arena" } | 17 | arena = { path = "../arena", version = "0.0.0" } |
18 | 18 | ||
19 | [target.'cfg(target_os = "linux")'.dependencies] | 19 | [target.'cfg(target_os = "linux")'.dependencies] |
20 | perf-event = "0.4" | 20 | perf-event = "0.4" |