switch to crates.io vfs

This commit is contained in:
Aleksey Kladov 2019-02-18 16:43:16 +03:00
parent a591c3460b
commit 1bdd935e91
2 changed files with 2 additions and 2 deletions

View File

@ -10,10 +10,10 @@ rustc-hash = "1.0"
failure = "0.1.4"
ra_vfs = "0.1.0"
ra_syntax = { path = "../ra_syntax" }
ra_db = { path = "../ra_db" }
ra_hir = { path = "../ra_hir" }
ra_vfs = { path = "../ra_vfs" }
ra_project_model = { path = "../ra_project_model" }
[dev-dependencies]

View File

@ -19,13 +19,13 @@ lsp-types = "0.55.0"
rustc-hash = "1.0"
parking_lot = "0.7.0"
ra_vfs = "0.1.0"
thread_worker = { path = "../thread_worker" }
ra_syntax = { path = "../ra_syntax" }
ra_text_edit = { path = "../ra_text_edit" }
ra_ide_api = { path = "../ra_ide_api" }
ra_arena = { path = "../ra_arena" }
gen_lsp_server = { path = "../gen_lsp_server" }
ra_vfs = { path = "../ra_vfs" }
ra_project_model = { path = "../ra_project_model" }
[dev-dependencies]