aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorDavid Lattimore <[email protected]>2020-06-27 08:31:50 +0100
committerDavid Lattimore <[email protected]>2020-06-29 04:34:45 +0100
commit93a91ae9defed0b4e5148b4af6feb90dc75289c0 (patch)
tree5d301b5201d5efc8b592adb236b48be74261d424 /Cargo.lock
parentca31b1d63ae91a69f1ce9c0b075403834ba19f38 (diff)
Add a simple SSR subcommand to the rust-analyzer command line binary
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index b19d697f5..cf0479f0b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1464,10 +1464,12 @@ dependencies = [
1464 "ra_hir_def", 1464 "ra_hir_def",
1465 "ra_hir_ty", 1465 "ra_hir_ty",
1466 "ra_ide", 1466 "ra_ide",
1467 "ra_ide_db",
1467 "ra_mbe", 1468 "ra_mbe",
1468 "ra_proc_macro_srv", 1469 "ra_proc_macro_srv",
1469 "ra_prof", 1470 "ra_prof",
1470 "ra_project_model", 1471 "ra_project_model",
1472 "ra_ssr",
1471 "ra_syntax", 1473 "ra_syntax",
1472 "ra_text_edit", 1474 "ra_text_edit",
1473 "ra_toolchain", 1475 "ra_toolchain",