From 709034d123c78c607a60b098c6f576414d4df451 Mon Sep 17 00:00:00 2001 From: Aramis Razzaghipour Date: Sun, 17 Jan 2021 17:52:57 +1100 Subject: =?UTF-8?q?Depend=20on=20local=20copy=20of=20la-arena=20instead=20?= =?UTF-8?q?of=20crates.io=E2=80=99s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- crates/profile/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/profile/Cargo.toml') 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 once_cell = "1.3.1" cfg-if = "1" libc = "0.2.73" -la-arena = "0.1.0" +la-arena = { version = "0.1.0", path = "../../lib/arena" } [target.'cfg(target_os = "linux")'.dependencies] perf-event = "0.4" -- cgit v1.2.3