From e70e2361b602f7837e8fbed36ae1c51cd8e2f3b5 Mon Sep 17 00:00:00 2001 From: Ville Penttinen Date: Mon, 18 Mar 2019 19:23:54 +0200 Subject: Upgrade ra_vfs to use new Filtering Currently this matches the previous filtering, meaning all roots are filtered using the same rules. --- crates/ra_lsp_server/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/ra_lsp_server/Cargo.toml') diff --git a/crates/ra_lsp_server/Cargo.toml b/crates/ra_lsp_server/Cargo.toml index 2b3890e01..d82410700 100644 --- a/crates/ra_lsp_server/Cargo.toml +++ b/crates/ra_lsp_server/Cargo.toml @@ -19,7 +19,7 @@ lsp-types = "0.56.0" rustc-hash = "1.0" parking_lot = "0.7.0" -ra_vfs = "0.1.0" +ra_vfs = "0.2.0" thread_worker = { path = "../thread_worker" } ra_syntax = { path = "../ra_syntax" } ra_text_edit = { path = "../ra_text_edit" } -- cgit v1.2.3