From 5b573deb20b15451788dd2861e9fc6e69ed0472e Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Tue, 8 Jan 2019 22:33:36 +0300 Subject: fix usages after rename --- Cargo.lock | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index f99a03424..354cc138b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -636,27 +636,6 @@ dependencies = [ "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)", ] -[[package]] -name = "ra_analysis" -version = "0.1.0" -dependencies = [ - "fst 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", - "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", - "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", - "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", - "ra_db 0.1.0", - "ra_hir 0.1.0", - "ra_ide_api_light 0.1.0", - "ra_syntax 0.1.0", - "ra_text_edit 0.1.0", - "rayon 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", - "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", - "salsa 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", - "test_utils 0.1.0", - "unicase 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "ra_arena" version = "0.1.0" @@ -704,6 +683,27 @@ dependencies = [ "test_utils 0.1.0", ] +[[package]] +name = "ra_ide_api" +version = "0.1.0" +dependencies = [ + "fst 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", + "ra_db 0.1.0", + "ra_hir 0.1.0", + "ra_ide_api_light 0.1.0", + "ra_syntax 0.1.0", + "ra_text_edit 0.1.0", + "rayon 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", + "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "salsa 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "test_utils 0.1.0", + "unicase 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "ra_ide_api_light" version = "0.1.0" @@ -733,7 +733,7 @@ dependencies = [ "languageserver-types 0.53.1 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", - "ra_analysis 0.1.0", + "ra_ide_api 0.1.0", "ra_syntax 0.1.0", "ra_text_edit 0.1.0", "ra_vfs 0.1.0", -- cgit v1.2.3