aboutsummaryrefslogtreecommitdiff
path: root/crates/project_model
diff options
context:
space:
mode:
authorAramis Razzaghipour <[email protected]>2021-01-17 06:52:57 +0000
committerAramis Razzaghipour <[email protected]>2021-01-17 06:52:57 +0000
commit709034d123c78c607a60b098c6f576414d4df451 (patch)
treed5d2ef0fe5bd44d1bcd57423f116551ba79cd488 /crates/project_model
parent054e2061521292a72748510f3f6cb7c8b1e8611b (diff)
Depend on local copy of la-arena instead of crates.io’s
Diffstat (limited to 'crates/project_model')
-rw-r--r--crates/project_model/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"] }
17serde_json = "1.0.48" 17serde_json = "1.0.48"
18anyhow = "1.0.26" 18anyhow = "1.0.26"
19itertools = "0.10.0" 19itertools = "0.10.0"
20la-arena = "0.1.0" 20la-arena = { version = "0.1.0", path = "../../lib/arena" }
21 21
22cfg = { path = "../cfg", version = "0.0.0" } 22cfg = { path = "../cfg", version = "0.0.0" }
23base_db = { path = "../base_db", version = "0.0.0" } 23base_db = { path = "../base_db", version = "0.0.0" }