aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-08-13 15:39:16 +0100
committerAleksey Kladov <[email protected]>2020-08-13 15:39:16 +0100
commitbb5c189b7dae1ea63ccd5d7a0c2e097d7c676f77 (patch)
tree62db93464dbd9ea154a8cb579a576202d97c01cc /Cargo.lock
parentae71a631fd657368e8593feb5e025d23147afe60 (diff)
Rename ra_ide_db -> ide_db
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock46
1 files changed, 23 insertions, 23 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ae71ea9fd..8704e4386 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -563,6 +563,25 @@ dependencies = [
563] 563]
564 564
565[[package]] 565[[package]]
566name = "ide_db"
567version = "0.0.0"
568dependencies = [
569 "base_db",
570 "either",
571 "fst",
572 "hir",
573 "log",
574 "once_cell",
575 "profile",
576 "rayon",
577 "rustc-hash",
578 "stdx",
579 "syntax",
580 "test_utils",
581 "text_edit",
582]
583
584[[package]]
566name = "idna" 585name = "idna"
567version = "0.2.0" 586version = "0.2.0"
568source = "registry+https://github.com/rust-lang/crates.io-index" 587source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1090,9 +1109,9 @@ dependencies = [
1090 "base_db", 1109 "base_db",
1091 "either", 1110 "either",
1092 "hir", 1111 "hir",
1112 "ide_db",
1093 "itertools", 1113 "itertools",
1094 "profile", 1114 "profile",
1095 "ra_ide_db",
1096 "rustc-hash", 1115 "rustc-hash",
1097 "stdx", 1116 "stdx",
1098 "syntax", 1117 "syntax",
@@ -1109,13 +1128,13 @@ dependencies = [
1109 "either", 1128 "either",
1110 "expect", 1129 "expect",
1111 "hir", 1130 "hir",
1131 "ide_db",
1112 "indexmap", 1132 "indexmap",
1113 "itertools", 1133 "itertools",
1114 "log", 1134 "log",
1115 "oorandom", 1135 "oorandom",
1116 "profile", 1136 "profile",
1117 "ra_assists", 1137 "ra_assists",
1118 "ra_ide_db",
1119 "ra_ssr", 1138 "ra_ssr",
1120 "rustc-hash", 1139 "rustc-hash",
1121 "stdx", 1140 "stdx",
@@ -1125,32 +1144,13 @@ dependencies = [
1125] 1144]
1126 1145
1127[[package]] 1146[[package]]
1128name = "ra_ide_db"
1129version = "0.1.0"
1130dependencies = [
1131 "base_db",
1132 "either",
1133 "fst",
1134 "hir",
1135 "log",
1136 "once_cell",
1137 "profile",
1138 "rayon",
1139 "rustc-hash",
1140 "stdx",
1141 "syntax",
1142 "test_utils",
1143 "text_edit",
1144]
1145
1146[[package]]
1147name = "ra_ssr" 1147name = "ra_ssr"
1148version = "0.1.0" 1148version = "0.1.0"
1149dependencies = [ 1149dependencies = [
1150 "base_db", 1150 "base_db",
1151 "expect", 1151 "expect",
1152 "hir", 1152 "hir",
1153 "ra_ide_db", 1153 "ide_db",
1154 "rustc-hash", 1154 "rustc-hash",
1155 "syntax", 1155 "syntax",
1156 "test_utils", 1156 "test_utils",
@@ -1239,6 +1239,7 @@ dependencies = [
1239 "hir", 1239 "hir",
1240 "hir_def", 1240 "hir_def",
1241 "hir_ty", 1241 "hir_ty",
1242 "ide_db",
1242 "itertools", 1243 "itertools",
1243 "jod-thread", 1244 "jod-thread",
1244 "log", 1245 "log",
@@ -1253,7 +1254,6 @@ dependencies = [
1253 "profile", 1254 "profile",
1254 "project_model", 1255 "project_model",
1255 "ra_ide", 1256 "ra_ide",
1256 "ra_ide_db",
1257 "ra_ssr", 1257 "ra_ssr",
1258 "rayon", 1258 "rayon",
1259 "rustc-hash", 1259 "rustc-hash",