aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-08-13 15:35:29 +0100
committerAleksey Kladov <[email protected]>2020-08-13 15:35:29 +0100
commit6a77ec7bbe6ddbf663dce9529d11d1bb56c5489a (patch)
treeb6e3d7e0109eb82bca75b5ebc35a7d723542b8dd /Cargo.lock
parent50f8c1ebf23f634b68529603a917e3feeda457fa (diff)
Rename ra_hir_ty -> hir_ty
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 702bd5191..6ecea3647 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -508,6 +508,34 @@ dependencies = [
508] 508]
509 509
510[[package]] 510[[package]]
511name = "hir_ty"
512version = "0.0.0"
513dependencies = [
514 "arena",
515 "arrayvec",
516 "base_db",
517 "chalk-ir",
518 "chalk-recursive",
519 "chalk-solve",
520 "ena",
521 "expect",
522 "hir_def",
523 "hir_expand",
524 "itertools",
525 "log",
526 "profile",
527 "rustc-hash",
528 "scoped-tls",
529 "smallvec",
530 "stdx",
531 "syntax",
532 "test_utils",
533 "tracing",
534 "tracing-subscriber",
535 "tracing-tree",
536]
537
538[[package]]
511name = "home" 539name = "home"
512version = "0.5.3" 540version = "0.5.3"
513source = "registry+https://github.com/rust-lang/crates.io-index" 541source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1063,44 +1091,16 @@ dependencies = [
1063 "either", 1091 "either",
1064 "hir_def", 1092 "hir_def",
1065 "hir_expand", 1093 "hir_expand",
1094 "hir_ty",
1066 "itertools", 1095 "itertools",
1067 "log", 1096 "log",
1068 "profile", 1097 "profile",
1069 "ra_hir_ty",
1070 "rustc-hash", 1098 "rustc-hash",
1071 "stdx", 1099 "stdx",
1072 "syntax", 1100 "syntax",
1073] 1101]
1074 1102
1075[[package]] 1103[[package]]
1076name = "ra_hir_ty"
1077version = "0.1.0"
1078dependencies = [
1079 "arena",
1080 "arrayvec",
1081 "base_db",
1082 "chalk-ir",
1083 "chalk-recursive",
1084 "chalk-solve",
1085 "ena",
1086 "expect",
1087 "hir_def",
1088 "hir_expand",
1089 "itertools",
1090 "log",
1091 "profile",
1092 "rustc-hash",
1093 "scoped-tls",
1094 "smallvec",
1095 "stdx",
1096 "syntax",
1097 "test_utils",
1098 "tracing",
1099 "tracing-subscriber",
1100 "tracing-tree",
1101]
1102
1103[[package]]
1104name = "ra_ide" 1104name = "ra_ide"
1105version = "0.1.0" 1105version = "0.1.0"
1106dependencies = [ 1106dependencies = [
@@ -1237,6 +1237,7 @@ dependencies = [
1237 "expect", 1237 "expect",
1238 "flycheck", 1238 "flycheck",
1239 "hir_def", 1239 "hir_def",
1240 "hir_ty",
1240 "itertools", 1241 "itertools",
1241 "jod-thread", 1242 "jod-thread",
1242 "log", 1243 "log",
@@ -1251,7 +1252,6 @@ dependencies = [
1251 "profile", 1252 "profile",
1252 "project_model", 1253 "project_model",
1253 "ra_hir", 1254 "ra_hir",
1254 "ra_hir_ty",
1255 "ra_ide", 1255 "ra_ide",
1256 "ra_ide_db", 1256 "ra_ide_db",
1257 "ra_ssr", 1257 "ra_ssr",