aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index a511e0d28..ca6c64166 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1372,17 +1372,20 @@ dependencies = [
1372 "lsp-types", 1372 "lsp-types",
1373 "parking_lot", 1373 "parking_lot",
1374 "pico-args", 1374 "pico-args",
1375 "ra_cfg",
1375 "ra_db", 1376 "ra_db",
1376 "ra_flycheck", 1377 "ra_flycheck",
1377 "ra_hir", 1378 "ra_hir",
1378 "ra_hir_def", 1379 "ra_hir_def",
1379 "ra_hir_ty", 1380 "ra_hir_ty",
1380 "ra_ide", 1381 "ra_ide",
1382 "ra_mbe",
1381 "ra_proc_macro_srv", 1383 "ra_proc_macro_srv",
1382 "ra_prof", 1384 "ra_prof",
1383 "ra_project_model", 1385 "ra_project_model",
1384 "ra_syntax", 1386 "ra_syntax",
1385 "ra_text_edit", 1387 "ra_text_edit",
1388 "ra_tt",
1386 "ra_vfs", 1389 "ra_vfs",
1387 "rand", 1390 "rand",
1388 "relative-path", 1391 "relative-path",