]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_session/Cargo.toml
Auto merge of #67831 - mati865:ci-images-upgrade, r=pietroalbini
[rust.git] / src / librustc_session / Cargo.toml
index dbbb4b92dea3559d6a020b447afef450790365bf..377ea141ed57c6678162534a7e0515ebeb0600f0 100644 (file)
@@ -10,12 +10,13 @@ path = "lib.rs"
 
 [dependencies]
 log = "0.4"
+rustc_error_codes = { path = "../librustc_error_codes" }
 rustc_errors = { path = "../librustc_errors" }
 rustc_feature = { path = "../librustc_feature" }
 rustc_target = { path = "../librustc_target" }
 rustc_serialize = { path = "../libserialize", package = "serialize" }
 rustc_data_structures = { path = "../librustc_data_structures" }
-syntax_pos = { path = "../libsyntax_pos" }
+rustc_span = { path = "../librustc_span" }
 rustc_index = { path = "../librustc_index" }
 rustc_fs_util = { path = "../librustc_fs_util" }
 num_cpus = "1.0"