aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-08-13 15:28:27 +0100
committerAleksey Kladov <[email protected]>2020-08-13 15:29:33 +0100
commitb28c54a2c239acd73f2eea80fda9ee3960d2c046 (patch)
tree1bf0ea193bdb3b16ff42c2c01118b13a4276b2bb /Cargo.lock
parentb7aa4898e0841ab8199643f89a0caa967b698ca8 (diff)
Rename ra_hir_def -> hir_def
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock60
1 files changed, 30 insertions, 30 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 768c3293d..702bd5191 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -464,6 +464,33 @@ dependencies = [
464] 464]
465 465
466[[package]] 466[[package]]
467name = "hir_def"
468version = "0.0.0"
469dependencies = [
470 "anymap",
471 "arena",
472 "base_db",
473 "cfg",
474 "drop_bomb",
475 "either",
476 "expect",
477 "fst",
478 "hir_expand",
479 "indexmap",
480 "itertools",
481 "log",
482 "mbe",
483 "once_cell",
484 "profile",
485 "rustc-hash",
486 "smallvec",
487 "stdx",
488 "syntax",
489 "test_utils",
490 "tt",
491]
492
493[[package]]
467name = "hir_expand" 494name = "hir_expand"
468version = "0.0.0" 495version = "0.0.0"
469dependencies = [ 496dependencies = [
@@ -1034,11 +1061,11 @@ dependencies = [
1034 "arrayvec", 1061 "arrayvec",
1035 "base_db", 1062 "base_db",
1036 "either", 1063 "either",
1064 "hir_def",
1037 "hir_expand", 1065 "hir_expand",
1038 "itertools", 1066 "itertools",
1039 "log", 1067 "log",
1040 "profile", 1068 "profile",
1041 "ra_hir_def",
1042 "ra_hir_ty", 1069 "ra_hir_ty",
1043 "rustc-hash", 1070 "rustc-hash",
1044 "stdx", 1071 "stdx",
@@ -1046,33 +1073,6 @@ dependencies = [
1046] 1073]
1047 1074
1048[[package]] 1075[[package]]
1049name = "ra_hir_def"
1050version = "0.1.0"
1051dependencies = [
1052 "anymap",
1053 "arena",
1054 "base_db",
1055 "cfg",
1056 "drop_bomb",
1057 "either",
1058 "expect",
1059 "fst",
1060 "hir_expand",
1061 "indexmap",
1062 "itertools",
1063 "log",
1064 "mbe",
1065 "once_cell",
1066 "profile",
1067 "rustc-hash",
1068 "smallvec",
1069 "stdx",
1070 "syntax",
1071 "test_utils",
1072 "tt",
1073]
1074
1075[[package]]
1076name = "ra_hir_ty" 1076name = "ra_hir_ty"
1077version = "0.1.0" 1077version = "0.1.0"
1078dependencies = [ 1078dependencies = [
@@ -1084,11 +1084,11 @@ dependencies = [
1084 "chalk-solve", 1084 "chalk-solve",
1085 "ena", 1085 "ena",
1086 "expect", 1086 "expect",
1087 "hir_def",
1087 "hir_expand", 1088 "hir_expand",
1088 "itertools", 1089 "itertools",
1089 "log", 1090 "log",
1090 "profile", 1091 "profile",
1091 "ra_hir_def",
1092 "rustc-hash", 1092 "rustc-hash",
1093 "scoped-tls", 1093 "scoped-tls",
1094 "smallvec", 1094 "smallvec",
@@ -1236,6 +1236,7 @@ dependencies = [
1236 "env_logger", 1236 "env_logger",
1237 "expect", 1237 "expect",
1238 "flycheck", 1238 "flycheck",
1239 "hir_def",
1239 "itertools", 1240 "itertools",
1240 "jod-thread", 1241 "jod-thread",
1241 "log", 1242 "log",
@@ -1250,7 +1251,6 @@ dependencies = [
1250 "profile", 1251 "profile",
1251 "project_model", 1252 "project_model",
1252 "ra_hir", 1253 "ra_hir",
1253 "ra_hir_def",
1254 "ra_hir_ty", 1254 "ra_hir_ty",
1255 "ra_ide", 1255 "ra_ide",
1256 "ra_ide_db", 1256 "ra_ide_db",