diff options
author | Aleksey Kladov <[email protected]> | 2020-08-13 15:36:55 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2020-08-13 15:36:55 +0100 |
commit | ae71a631fd657368e8593feb5e025d23147afe60 (patch) | |
tree | f38493871f6598f37a9c342713ce3faff0057646 /Cargo.lock | |
parent | 6a77ec7bbe6ddbf663dce9529d11d1bb56c5489a (diff) |
Rename ra_hir -> hir
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/Cargo.lock b/Cargo.lock index 6ecea3647..ae71ea9fd 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -464,6 +464,24 @@ dependencies = [ | |||
464 | ] | 464 | ] |
465 | 465 | ||
466 | [[package]] | 466 | [[package]] |
467 | name = "hir" | ||
468 | version = "0.0.0" | ||
469 | dependencies = [ | ||
470 | "arrayvec", | ||
471 | "base_db", | ||
472 | "either", | ||
473 | "hir_def", | ||
474 | "hir_expand", | ||
475 | "hir_ty", | ||
476 | "itertools", | ||
477 | "log", | ||
478 | "profile", | ||
479 | "rustc-hash", | ||
480 | "stdx", | ||
481 | "syntax", | ||
482 | ] | ||
483 | |||
484 | [[package]] | ||
467 | name = "hir_def" | 485 | name = "hir_def" |
468 | version = "0.0.0" | 486 | version = "0.0.0" |
469 | dependencies = [ | 487 | dependencies = [ |
@@ -1071,9 +1089,9 @@ version = "0.1.0" | |||
1071 | dependencies = [ | 1089 | dependencies = [ |
1072 | "base_db", | 1090 | "base_db", |
1073 | "either", | 1091 | "either", |
1092 | "hir", | ||
1074 | "itertools", | 1093 | "itertools", |
1075 | "profile", | 1094 | "profile", |
1076 | "ra_hir", | ||
1077 | "ra_ide_db", | 1095 | "ra_ide_db", |
1078 | "rustc-hash", | 1096 | "rustc-hash", |
1079 | "stdx", | 1097 | "stdx", |
@@ -1083,24 +1101,6 @@ dependencies = [ | |||
1083 | ] | 1101 | ] |
1084 | 1102 | ||
1085 | [[package]] | 1103 | [[package]] |
1086 | name = "ra_hir" | ||
1087 | version = "0.1.0" | ||
1088 | dependencies = [ | ||
1089 | "arrayvec", | ||
1090 | "base_db", | ||
1091 | "either", | ||
1092 | "hir_def", | ||
1093 | "hir_expand", | ||
1094 | "hir_ty", | ||
1095 | "itertools", | ||
1096 | "log", | ||
1097 | "profile", | ||
1098 | "rustc-hash", | ||
1099 | "stdx", | ||
1100 | "syntax", | ||
1101 | ] | ||
1102 | |||
1103 | [[package]] | ||
1104 | name = "ra_ide" | 1104 | name = "ra_ide" |
1105 | version = "0.1.0" | 1105 | version = "0.1.0" |
1106 | dependencies = [ | 1106 | dependencies = [ |
@@ -1108,13 +1108,13 @@ dependencies = [ | |||
1108 | "cfg", | 1108 | "cfg", |
1109 | "either", | 1109 | "either", |
1110 | "expect", | 1110 | "expect", |
1111 | "hir", | ||
1111 | "indexmap", | 1112 | "indexmap", |
1112 | "itertools", | 1113 | "itertools", |
1113 | "log", | 1114 | "log", |
1114 | "oorandom", | 1115 | "oorandom", |
1115 | "profile", | 1116 | "profile", |
1116 | "ra_assists", | 1117 | "ra_assists", |
1117 | "ra_hir", | ||
1118 | "ra_ide_db", | 1118 | "ra_ide_db", |
1119 | "ra_ssr", | 1119 | "ra_ssr", |
1120 | "rustc-hash", | 1120 | "rustc-hash", |
@@ -1131,10 +1131,10 @@ dependencies = [ | |||
1131 | "base_db", | 1131 | "base_db", |
1132 | "either", | 1132 | "either", |
1133 | "fst", | 1133 | "fst", |
1134 | "hir", | ||
1134 | "log", | 1135 | "log", |
1135 | "once_cell", | 1136 | "once_cell", |
1136 | "profile", | 1137 | "profile", |
1137 | "ra_hir", | ||
1138 | "rayon", | 1138 | "rayon", |
1139 | "rustc-hash", | 1139 | "rustc-hash", |
1140 | "stdx", | 1140 | "stdx", |
@@ -1149,7 +1149,7 @@ version = "0.1.0" | |||
1149 | dependencies = [ | 1149 | dependencies = [ |
1150 | "base_db", | 1150 | "base_db", |
1151 | "expect", | 1151 | "expect", |
1152 | "ra_hir", | 1152 | "hir", |
1153 | "ra_ide_db", | 1153 | "ra_ide_db", |
1154 | "rustc-hash", | 1154 | "rustc-hash", |
1155 | "syntax", | 1155 | "syntax", |
@@ -1236,6 +1236,7 @@ dependencies = [ | |||
1236 | "env_logger", | 1236 | "env_logger", |
1237 | "expect", | 1237 | "expect", |
1238 | "flycheck", | 1238 | "flycheck", |
1239 | "hir", | ||
1239 | "hir_def", | 1240 | "hir_def", |
1240 | "hir_ty", | 1241 | "hir_ty", |
1241 | "itertools", | 1242 | "itertools", |
@@ -1251,7 +1252,6 @@ dependencies = [ | |||
1251 | "proc_macro_srv", | 1252 | "proc_macro_srv", |
1252 | "profile", | 1253 | "profile", |
1253 | "project_model", | 1254 | "project_model", |
1254 | "ra_hir", | ||
1255 | "ra_ide", | 1255 | "ra_ide", |
1256 | "ra_ide_db", | 1256 | "ra_ide_db", |
1257 | "ra_ssr", | 1257 | "ra_ssr", |