diff options
Diffstat (limited to 'crates/hir_expand')
-rw-r--r-- | crates/hir_expand/Cargo.toml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/crates/hir_expand/Cargo.toml b/crates/hir_expand/Cargo.toml index 1c4699291..30378f5e0 100644 --- a/crates/hir_expand/Cargo.toml +++ b/crates/hir_expand/Cargo.toml | |||
@@ -13,11 +13,11 @@ log = "0.4.8" | |||
13 | either = "1.5.3" | 13 | either = "1.5.3" |
14 | rustc-hash = "1.0.0" | 14 | rustc-hash = "1.0.0" |
15 | 15 | ||
16 | arena = { path = "../arena" } | 16 | arena = { path = "../arena", version = "0.0.0" } |
17 | base_db = { path = "../base_db" } | 17 | base_db = { path = "../base_db", version = "0.0.0" } |
18 | syntax = { path = "../syntax" } | 18 | syntax = { path = "../syntax", version = "0.0.0" } |
19 | parser = { path = "../parser" } | 19 | parser = { path = "../parser", version = "0.0.0" } |
20 | profile = { path = "../profile" } | 20 | profile = { path = "../profile", version = "0.0.0" } |
21 | tt = { path = "../tt" } | 21 | tt = { path = "../tt", version = "0.0.0" } |
22 | mbe = { path = "../mbe" } | 22 | mbe = { path = "../mbe", version = "0.0.0" } |
23 | test_utils = { path = "../test_utils"} | 23 | test_utils = { path = "../test_utils", version = "0.0.0" } |