]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_save_analysis/Cargo.toml
Rollup merge of #68515 - Wind-River:master_2020, r=alexcrichton
[rust.git] / src / librustc_save_analysis / Cargo.toml
index 7570944a4354c5e4f9426090950802bf26974728..e7a7eefc509e1e35218bd16de33354689d218f1c 100644 (file)
@@ -13,9 +13,10 @@ log = "0.4"
 rustc = { path = "../librustc" }
 rustc_data_structures = { path = "../librustc_data_structures" }
 rustc_codegen_utils = { path = "../librustc_codegen_utils" }
+rustc_hir = { path = "../librustc_hir" }
 rustc_parse = { path = "../librustc_parse" }
 serde_json = "1"
 syntax = { path = "../libsyntax" }
-syntax_pos = { path = "../librustc_span", package = "rustc_span" }
+rustc_span = { path = "../librustc_span" }
 rls-data = "0.19"
 rls-span = "0.5"