]> 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 d15066437a7b5c6426ad8c4ea7e0b9dc013e4c8d..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 = "../librustc_ast", package = "rustc_ast" }
+rustc_ast = { path = "../librustc_ast" }
 unicode-normalization = "0.1.11"