diff options
Diffstat (limited to 'crates/hir')
-rw-r--r-- | crates/hir/Cargo.toml | 14 |
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" | |||
15 | arrayvec = "0.5.1" | 15 | arrayvec = "0.5.1" |
16 | itertools = "0.9.0" | 16 | itertools = "0.9.0" |
17 | 17 | ||
18 | stdx = { path = "../stdx" } | 18 | stdx = { path = "../stdx", version = "0.0.0" } |
19 | syntax = { path = "../syntax" } | 19 | syntax = { path = "../syntax", version = "0.0.0" } |
20 | base_db = { path = "../base_db" } | 20 | base_db = { path = "../base_db", version = "0.0.0" } |
21 | profile = { path = "../profile" } | 21 | profile = { path = "../profile", version = "0.0.0" } |
22 | hir_expand = { path = "../hir_expand" } | 22 | hir_expand = { path = "../hir_expand", version = "0.0.0" } |
23 | hir_def = { path = "../hir_def" } | 23 | hir_def = { path = "../hir_def", version = "0.0.0" } |
24 | hir_ty = { path = "../hir_ty" } | 24 | hir_ty = { path = "../hir_ty", version = "0.0.0" } |