]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_typeck/Cargo.toml
Rollup merge of #68222 - alexcrichton:update-wasi-libc, r=kennytm
[rust.git] / src / librustc_typeck / Cargo.toml
index a489d0cd02b40045b1bff629ae98ccabe876c57a..84e5f56d9c208456ee22139fc78073a91a8fa71a 100644 (file)
@@ -15,8 +15,8 @@ arena = { path = "../libarena" }
 log = "0.4"
 rustc = { path = "../librustc" }
 rustc_data_structures = { path = "../librustc_data_structures" }
+rustc_errors = { path = "../librustc_errors" }
 rustc_hir = { path = "../librustc_hir" }
-errors = { path = "../librustc_errors", package = "rustc_errors" }
 rustc_target = { path = "../librustc_target" }
 smallvec = { version = "1.0", features = ["union", "may_dangle"] }
 syntax = { path = "../libsyntax" }