]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_codegen_utils/Cargo.toml
Rollup merge of #69577 - GuillaumeGomez:cleanup-e0375, r=Dylan-DPC
[rust.git] / src / librustc_codegen_utils / Cargo.toml
index 8361a19ade9bc512a6b0b759914487189aeb5c7f..b5533a8307c3dc501886749c52d1a5c4e68617d4 100644 (file)
@@ -14,7 +14,7 @@ log = "0.4"
 punycode = "0.4.0"
 rustc-demangle = "0.1.16"
 
-syntax = { path = "../libsyntax" }
+rustc_ast = { path = "../librustc_ast" }
 rustc_span = { path = "../librustc_span" }
 rustc = { path = "../librustc" }
 rustc_hir = { path = "../librustc_hir" }