]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_passes/Cargo.toml
Rollup merge of #89138 - newpavlov:patch-2, r=dtolnay
[rust.git] / compiler / rustc_passes / Cargo.toml
index 5e49df841d75ff272ca8a2e4017d956548e35c4b..39e578bce7ef67eecb9287da9fc56f77770bd800 100644 (file)
@@ -1,7 +1,7 @@
 [package]
 name = "rustc_passes"
 version = "0.0.0"
-edition = "2018"
+edition = "2021"
 
 [dependencies]
 tracing = "0.1"
@@ -11,6 +11,7 @@ rustc_data_structures = { path = "../rustc_data_structures" }
 rustc_errors = { path = "../rustc_errors" }
 rustc_hir = { path = "../rustc_hir" }
 rustc_index = { path = "../rustc_index" }
+rustc_parse = { path = "../rustc_parse" }
 rustc_session = { path = "../rustc_session" }
 rustc_target = { path = "../rustc_target" }
 rustc_ast = { path = "../rustc_ast" }
@@ -18,3 +19,4 @@ rustc_serialize = { path = "../rustc_serialize" }
 rustc_span = { path = "../rustc_span" }
 rustc_lexer = { path = "../rustc_lexer" }
 rustc_ast_pretty = { path = "../rustc_ast_pretty" }
+rustc_feature = { path = "../rustc_feature" }