aboutsummaryrefslogtreecommitdiff
path: root/crates/profile
diff options
context:
space:
mode:
authorAramis Razzaghipour <[email protected]>2021-01-17 06:52:57 +0000
committerAramis Razzaghipour <[email protected]>2021-01-17 06:52:57 +0000
commit709034d123c78c607a60b098c6f576414d4df451 (patch)
treed5d2ef0fe5bd44d1bcd57423f116551ba79cd488 /crates/profile
parent054e2061521292a72748510f3f6cb7c8b1e8611b (diff)
Depend on local copy of la-arena instead of crates.io’s
Diffstat (limited to 'crates/profile')
-rw-r--r--crates/profile/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/profile/Cargo.toml b/crates/profile/Cargo.toml
index 096233a09..1b8f610bb 100644
--- a/crates/profile/Cargo.toml
+++ b/crates/profile/Cargo.toml
@@ -13,7 +13,7 @@ doctest = false
13once_cell = "1.3.1" 13once_cell = "1.3.1"
14cfg-if = "1" 14cfg-if = "1"
15libc = "0.2.73" 15libc = "0.2.73"
16la-arena = "0.1.0" 16la-arena = { version = "0.1.0", path = "../../lib/arena" }
17 17
18[target.'cfg(target_os = "linux")'.dependencies] 18[target.'cfg(target_os = "linux")'.dependencies]
19perf-event = "0.4" 19perf-event = "0.4"