]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_driver/Cargo.toml
Rollup merge of #73953 - JohnTitor:audit-hidden-sugg, r=estebank
[rust.git] / src / librustc_driver / Cargo.toml
index cfd103aed3240832e0c2eb83b9da6e0e179a58ee..75d6592076655508093a0328b0b49f67b3e74087 100644 (file)
@@ -32,7 +32,7 @@ rustc_codegen_ssa = { path = "../librustc_codegen_ssa" }
 rustc_session = { path = "../librustc_session" }
 rustc_error_codes = { path = "../librustc_error_codes" }
 rustc_interface = { path = "../librustc_interface" }
-rustc_serialize = { path = "../libserialize", package = "serialize" }
+rustc_serialize = { path = "../librustc_serialize" }
 rustc_ast = { path = "../librustc_ast" }
 rustc_span = { path = "../librustc_span" }