diff options
author | Aleksey Kladov <[email protected]> | 2019-02-18 13:43:16 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2019-02-18 13:43:16 +0000 |
commit | 1bdd935e9144d94fdbfa46d6fe47778379bceacf (patch) | |
tree | 477283f2cc45262bd45f7e2157fef5b8faeaab8f /crates | |
parent | a591c3460b88f56fbab6af2d4e0c47ca12197405 (diff) |
switch to crates.io vfs
Diffstat (limited to 'crates')
-rw-r--r-- | crates/ra_batch/Cargo.toml | 2 | ||||
-rw-r--r-- | crates/ra_lsp_server/Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/crates/ra_batch/Cargo.toml b/crates/ra_batch/Cargo.toml index 460e7c36e..5b78cb76e 100644 --- a/crates/ra_batch/Cargo.toml +++ b/crates/ra_batch/Cargo.toml | |||
@@ -10,10 +10,10 @@ rustc-hash = "1.0" | |||
10 | 10 | ||
11 | failure = "0.1.4" | 11 | failure = "0.1.4" |
12 | 12 | ||
13 | ra_vfs = "0.1.0" | ||
13 | ra_syntax = { path = "../ra_syntax" } | 14 | ra_syntax = { path = "../ra_syntax" } |
14 | ra_db = { path = "../ra_db" } | 15 | ra_db = { path = "../ra_db" } |
15 | ra_hir = { path = "../ra_hir" } | 16 | ra_hir = { path = "../ra_hir" } |
16 | ra_vfs = { path = "../ra_vfs" } | ||
17 | ra_project_model = { path = "../ra_project_model" } | 17 | ra_project_model = { path = "../ra_project_model" } |
18 | 18 | ||
19 | [dev-dependencies] | 19 | [dev-dependencies] |
diff --git a/crates/ra_lsp_server/Cargo.toml b/crates/ra_lsp_server/Cargo.toml index c69f78a11..6342e0628 100644 --- a/crates/ra_lsp_server/Cargo.toml +++ b/crates/ra_lsp_server/Cargo.toml | |||
@@ -19,13 +19,13 @@ lsp-types = "0.55.0" | |||
19 | rustc-hash = "1.0" | 19 | rustc-hash = "1.0" |
20 | parking_lot = "0.7.0" | 20 | parking_lot = "0.7.0" |
21 | 21 | ||
22 | ra_vfs = "0.1.0" | ||
22 | thread_worker = { path = "../thread_worker" } | 23 | thread_worker = { path = "../thread_worker" } |
23 | ra_syntax = { path = "../ra_syntax" } | 24 | ra_syntax = { path = "../ra_syntax" } |
24 | ra_text_edit = { path = "../ra_text_edit" } | 25 | ra_text_edit = { path = "../ra_text_edit" } |
25 | ra_ide_api = { path = "../ra_ide_api" } | 26 | ra_ide_api = { path = "../ra_ide_api" } |
26 | ra_arena = { path = "../ra_arena" } | 27 | ra_arena = { path = "../ra_arena" } |
27 | gen_lsp_server = { path = "../gen_lsp_server" } | 28 | gen_lsp_server = { path = "../gen_lsp_server" } |
28 | ra_vfs = { path = "../ra_vfs" } | ||
29 | ra_project_model = { path = "../ra_project_model" } | 29 | ra_project_model = { path = "../ra_project_model" } |
30 | 30 | ||
31 | [dev-dependencies] | 31 | [dev-dependencies] |