From fc34403018079ea053f26d0a31b7517053c7dd8c Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Thu, 13 Aug 2020 17:33:38 +0200 Subject: Rename ra_assists -> assists --- Cargo.lock | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 4d8b74839..621be0832 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -46,6 +46,23 @@ version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8" +[[package]] +name = "assists" +version = "0.0.0" +dependencies = [ + "base_db", + "either", + "hir", + "ide_db", + "itertools", + "profile", + "rustc-hash", + "stdx", + "syntax", + "test_utils", + "text_edit", +] + [[package]] name = "atty" version = "0.2.14" @@ -1102,27 +1119,11 @@ dependencies = [ "proc-macro2", ] -[[package]] -name = "ra_assists" -version = "0.1.0" -dependencies = [ - "base_db", - "either", - "hir", - "ide_db", - "itertools", - "profile", - "rustc-hash", - "stdx", - "syntax", - "test_utils", - "text_edit", -] - [[package]] name = "ra_ide" version = "0.1.0" dependencies = [ + "assists", "base_db", "cfg", "either", @@ -1134,7 +1135,6 @@ dependencies = [ "log", "oorandom", "profile", - "ra_assists", "rustc-hash", "ssr", "stdx", -- cgit v1.2.3