diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-01-17 07:05:44 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2021-01-17 07:05:44 +0000 |
commit | f5f011ba714589d65b7dae398938242abcbc3fee (patch) | |
tree | 1f5b475eea0854d50899bf3a74fc71f9370a9f87 /crates/profile | |
parent | 0976a1ec8ad72df333f746439e26b139ea5ae3e2 (diff) | |
parent | 709034d123c78c607a60b098c6f576414d4df451 (diff) |
Merge #7304
7304: Depend on local copy of la-arena instead of crates.io’s r=lnicola a=arzg
This addresses [this comment](https://github.com/rust-analyzer/rust-analyzer/pull/7276#issuecomment-760909936). #7275 and #7276 should start compiling if this is merged.
Co-authored-by: Aramis Razzaghipour <[email protected]>
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 096233a09..1b8f610bb 100644 --- a/crates/profile/Cargo.toml +++ b/crates/profile/Cargo.toml | |||
@@ -13,7 +13,7 @@ doctest = false | |||
13 | once_cell = "1.3.1" | 13 | once_cell = "1.3.1" |
14 | cfg-if = "1" | 14 | cfg-if = "1" |
15 | libc = "0.2.73" | 15 | libc = "0.2.73" |
16 | la-arena = "0.1.0" | 16 | la-arena = { version = "0.1.0", path = "../../lib/arena" } |
17 | 17 | ||
18 | [target.'cfg(target_os = "linux")'.dependencies] | 18 | [target.'cfg(target_os = "linux")'.dependencies] |
19 | perf-event = "0.4" | 19 | perf-event = "0.4" |