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_def/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/hir_def/Cargo.toml') diff --git a/crates/hir_def/Cargo.toml b/crates/hir_def/Cargo.toml index 5d21283f7..023d288d1 100644 --- a/crates/hir_def/Cargo.toml +++ b/crates/hir_def/Cargo.toml @@ -20,7 +20,7 @@ fst = { version = "0.4", default-features = false } itertools = "0.10.0" indexmap = "1.4.0" smallvec = "1.4.0" -la-arena = "0.1.0" +la-arena = { version = "0.1.0", path = "../../lib/arena" } stdx = { path = "../stdx", version = "0.0.0" } base_db = { path = "../base_db", version = "0.0.0" } -- cgit v1.2.3