Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/hir/Cargo.toml')
| -rw-r--r-- | crates/hir/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/crates/hir/Cargo.toml b/crates/hir/Cargo.toml index 2b9a52d36f..1cffd823f2 100644 --- a/crates/hir/Cargo.toml +++ b/crates/hir/Cargo.toml @@ -19,10 +19,10 @@ once_cell = "1.10.0" stdx = { path = "../stdx", version = "0.0.0" } syntax = { path = "../syntax", version = "0.0.0" } -base_db = { path = "../base_db", version = "0.0.0" } +base-db = { path = "../base-db", version = "0.0.0" } profile = { path = "../profile", version = "0.0.0" } -hir_expand = { path = "../hir_expand", version = "0.0.0" } -hir_def = { path = "../hir_def", version = "0.0.0" } -hir_ty = { path = "../hir_ty", version = "0.0.0" } +hir-expand = { path = "../hir-expand", version = "0.0.0" } +hir-def = { path = "../hir-def", version = "0.0.0" } +hir-ty = { path = "../hir-ty", version = "0.0.0" } tt = { path = "../tt", version = "0.0.0" } cfg = { path = "../cfg", version = "0.0.0" } |