aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock22
1 files changed, 11 insertions, 11 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 598b739c7..c48c6a597 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -358,8 +358,8 @@ dependencies = [
358 "crossbeam-channel", 358 "crossbeam-channel",
359 "jod-thread", 359 "jod-thread",
360 "log", 360 "log",
361 "ra_toolchain",
362 "serde_json", 361 "serde_json",
362 "toolchain",
363] 363]
364 364
365[[package]] 365[[package]]
@@ -1143,9 +1143,9 @@ dependencies = [
1143 "memmap", 1143 "memmap",
1144 "ra_mbe", 1144 "ra_mbe",
1145 "ra_proc_macro", 1145 "ra_proc_macro",
1146 "ra_toolchain",
1147 "serde_derive", 1146 "serde_derive",
1148 "test_utils", 1147 "test_utils",
1148 "toolchain",
1149 "tt", 1149 "tt",
1150] 1150]
1151 1151
@@ -1161,11 +1161,11 @@ dependencies = [
1161 "ra_cfg", 1161 "ra_cfg",
1162 "ra_db", 1162 "ra_db",
1163 "ra_proc_macro", 1163 "ra_proc_macro",
1164 "ra_toolchain",
1165 "rustc-hash", 1164 "rustc-hash",
1166 "serde", 1165 "serde",
1167 "serde_json", 1166 "serde_json",
1168 "stdx", 1167 "stdx",
1168 "toolchain",
1169] 1169]
1170 1170
1171[[package]] 1171[[package]]
@@ -1211,13 +1211,6 @@ dependencies = [
1211] 1211]
1212 1212
1213[[package]] 1213[[package]]
1214name = "ra_toolchain"
1215version = "0.1.0"
1216dependencies = [
1217 "home",
1218]
1219
1220[[package]]
1221name = "rayon" 1214name = "rayon"
1222version = "1.3.1" 1215version = "1.3.1"
1223source = "registry+https://github.com/rust-lang/crates.io-index" 1216source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1320,7 +1313,6 @@ dependencies = [
1320 "ra_ssr", 1313 "ra_ssr",
1321 "ra_syntax", 1314 "ra_syntax",
1322 "ra_text_edit", 1315 "ra_text_edit",
1323 "ra_toolchain",
1324 "rayon", 1316 "rayon",
1325 "rustc-hash", 1317 "rustc-hash",
1326 "serde", 1318 "serde",
@@ -1328,6 +1320,7 @@ dependencies = [
1328 "stdx", 1320 "stdx",
1329 "test_utils", 1321 "test_utils",
1330 "threadpool", 1322 "threadpool",
1323 "toolchain",
1331 "tt", 1324 "tt",
1332 "vfs", 1325 "vfs",
1333 "vfs-notify", 1326 "vfs-notify",
@@ -1613,6 +1606,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1613checksum = "53953d2d3a5ad81d9f844a32f14ebb121f50b650cd59d0ee2a07cf13c617efed" 1606checksum = "53953d2d3a5ad81d9f844a32f14ebb121f50b650cd59d0ee2a07cf13c617efed"
1614 1607
1615[[package]] 1608[[package]]
1609name = "toolchain"
1610version = "0.0.0"
1611dependencies = [
1612 "home",
1613]
1614
1615[[package]]
1616name = "tracing" 1616name = "tracing"
1617version = "0.1.18" 1617version = "0.1.18"
1618source = "registry+https://github.com/rust-lang/crates.io-index" 1618source = "registry+https://github.com/rust-lang/crates.io-index"