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/hir_expand/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/hir_expand') diff --git a/crates/hir_expand/Cargo.toml b/crates/hir_expand/Cargo.toml index b535a3d4f..1b1c7da65 100644 --- a/crates/hir_expand/Cargo.toml +++ b/crates/hir_expand/Cargo.toml @@ -13,7 +13,7 @@ doctest = false log = "0.4.8" either = "1.5.3" rustc-hash = "1.0.0" -la-arena = "0.1.0" +la-arena = { version = "0.1.0", path = "../../lib/arena" } base_db = { path = "../base_db", version = "0.0.0" } syntax = { path = "../syntax", version = "0.0.0" } -- cgit v1.2.3