aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorPavan Kumar Sunkara <[email protected]>2020-08-13 11:05:30 +0100
committerPavan Kumar Sunkara <[email protected]>2020-08-13 11:05:30 +0100
commiteac24d52e672c0a9c118e8969bf1b839c3e7f1f3 (patch)
tree4e1218cc53bef75f54df35be80c6a254b85b8d9c /Cargo.lock
parentb5cb16fb90b4a1076604c5795552ee4abe07a057 (diff)
Rename ra_project_model -> project_model
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock40
1 files changed, 20 insertions, 20 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 18c979b39..f72d9e022 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -939,6 +939,25 @@ dependencies = [
939] 939]
940 940
941[[package]] 941[[package]]
942name = "project_model"
943version = "0.0.0"
944dependencies = [
945 "anyhow",
946 "arena",
947 "cargo_metadata",
948 "cfg",
949 "log",
950 "paths",
951 "ra_db",
952 "ra_proc_macro",
953 "rustc-hash",
954 "serde",
955 "serde_json",
956 "stdx",
957 "toolchain",
958]
959
960[[package]]
942name = "quote" 961name = "quote"
943version = "1.0.7" 962version = "1.0.7"
944source = "registry+https://github.com/rust-lang/crates.io-index" 963source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1135,25 +1154,6 @@ dependencies = [
1135] 1154]
1136 1155
1137[[package]] 1156[[package]]
1138name = "ra_project_model"
1139version = "0.1.0"
1140dependencies = [
1141 "anyhow",
1142 "arena",
1143 "cargo_metadata",
1144 "cfg",
1145 "log",
1146 "paths",
1147 "ra_db",
1148 "ra_proc_macro",
1149 "rustc-hash",
1150 "serde",
1151 "serde_json",
1152 "stdx",
1153 "toolchain",
1154]
1155
1156[[package]]
1157name = "ra_ssr" 1157name = "ra_ssr"
1158version = "0.1.0" 1158version = "0.1.0"
1159dependencies = [ 1159dependencies = [
@@ -1257,13 +1257,13 @@ dependencies = [
1257 "pico-args", 1257 "pico-args",
1258 "proc_macro_srv", 1258 "proc_macro_srv",
1259 "profile", 1259 "profile",
1260 "project_model",
1260 "ra_db", 1261 "ra_db",
1261 "ra_hir", 1262 "ra_hir",
1262 "ra_hir_def", 1263 "ra_hir_def",
1263 "ra_hir_ty", 1264 "ra_hir_ty",
1264 "ra_ide", 1265 "ra_ide",
1265 "ra_ide_db", 1266 "ra_ide_db",
1266 "ra_project_model",
1267 "ra_ssr", 1267 "ra_ssr",
1268 "rayon", 1268 "rayon",
1269 "rustc-hash", 1269 "rustc-hash",