mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
switch to crates.io vfs
This commit is contained in:
parent
a591c3460b
commit
1bdd935e91
@ -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]
|
||||
|
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user