aboutsummaryrefslogtreecommitdiff
path: root/crates/hir
diff options
context:
space:
mode:
Diffstat (limited to 'crates/hir')
-rw-r--r--crates/hir/Cargo.toml14
1 files changed, 7 insertions, 7 deletions
diff --git a/crates/hir/Cargo.toml b/crates/hir/Cargo.toml
index dbb2986b6..4b5221f60 100644
--- a/crates/hir/Cargo.toml
+++ b/crates/hir/Cargo.toml
@@ -15,10 +15,10 @@ either = "1.5.3"
15arrayvec = "0.5.1" 15arrayvec = "0.5.1"
16itertools = "0.9.0" 16itertools = "0.9.0"
17 17
18stdx = { path = "../stdx" } 18stdx = { path = "../stdx", version = "0.0.0" }
19syntax = { path = "../syntax" } 19syntax = { path = "../syntax", version = "0.0.0" }
20base_db = { path = "../base_db" } 20base_db = { path = "../base_db", version = "0.0.0" }
21profile = { path = "../profile" } 21profile = { path = "../profile", version = "0.0.0" }
22hir_expand = { path = "../hir_expand" } 22hir_expand = { path = "../hir_expand", version = "0.0.0" }
23hir_def = { path = "../hir_def" } 23hir_def = { path = "../hir_def", version = "0.0.0" }
24hir_ty = { path = "../hir_ty" } 24hir_ty = { path = "../hir_ty", version = "0.0.0" }