aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_batch
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2019-02-18 13:44:15 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2019-02-18 13:44:15 +0000
commitdae8b68d9d4beea0fb2edc648321ae2af8870336 (patch)
tree2c03b6df907077945f02f52ce6c5ca131b69ee93 /crates/ra_batch
parenta591c3460b88f56fbab6af2d4e0c47ca12197405 (diff)
parenta6897a837c2f633bdc88b87c614db227aab3b1ad (diff)
Merge #857
857: remove local-vfs r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates/ra_batch')
-rw-r--r--crates/ra_batch/Cargo.toml2
1 files changed, 1 insertions, 1 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
11failure = "0.1.4" 11failure = "0.1.4"
12 12
13ra_vfs = "0.1.0"
13ra_syntax = { path = "../ra_syntax" } 14ra_syntax = { path = "../ra_syntax" }
14ra_db = { path = "../ra_db" } 15ra_db = { path = "../ra_db" }
15ra_hir = { path = "../ra_hir" } 16ra_hir = { path = "../ra_hir" }
16ra_vfs = { path = "../ra_vfs" }
17ra_project_model = { path = "../ra_project_model" } 17ra_project_model = { path = "../ra_project_model" }
18 18
19[dev-dependencies] 19[dev-dependencies]