]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_parse/Cargo.toml
Rollup merge of #69973 - tspiteri:const-int-conversion-since, r=dtolnay
[rust.git] / src / librustc_parse / Cargo.toml
index 176bb58ad27e6d34471c06bb130b0f29351130c2..b02cabab0a8fc68505c5924db39e3faf1ebca2a6 100644 (file)
@@ -21,5 +21,5 @@ rustc_errors = { path = "../librustc_errors" }
 smallvec = { version = "1.0", features = ["union", "may_dangle"] }
 rustc_session = { path = "../librustc_session" }
 rustc_span = { path = "../librustc_span" }
-syntax = { path = "../libsyntax" }
+rustc_ast = { path = "../librustc_ast" }
 unicode-normalization = "0.1.11"