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/project_model/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/project_model') diff --git a/crates/project_model/Cargo.toml b/crates/project_model/Cargo.toml index 51e7a7070..0747fee96 100644 --- a/crates/project_model/Cargo.toml +++ b/crates/project_model/Cargo.toml @@ -17,7 +17,7 @@ serde = { version = "1.0.106", features = ["derive"] } serde_json = "1.0.48" anyhow = "1.0.26" itertools = "0.10.0" -la-arena = "0.1.0" +la-arena = { version = "0.1.0", path = "../../lib/arena" } cfg = { path = "../cfg", version = "0.0.0" } base_db = { path = "../base_db", version = "0.0.0" } -- cgit v1.2.3