]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_borrowck/Cargo.toml
Auto merge of #89120 - In-line:remove_unneded_visible_parents_map, r=estebank
[rust.git] / compiler / rustc_borrowck / Cargo.toml
index e919c2cbc4f15523634bb4148005d2b306118216..75e9c69af4e5c9d8bfab4a5963c327ee46ab03e0 100644 (file)
@@ -1,8 +1,7 @@
 [package]
-authors = ["The Rust Project Developers"]
 name = "rustc_borrowck"
 version = "0.0.0"
-edition = "2018"
+edition = "2021"
 
 [lib]
 doctest = false
@@ -21,7 +20,8 @@ rustc_index = { path = "../rustc_index" }
 rustc_infer = { path = "../rustc_infer" }
 rustc_lexer = { path = "../rustc_lexer" }
 rustc_middle = { path = "../rustc_middle" }
-rustc_mir = { path = "../rustc_mir" }
+rustc_const_eval = { path = "../rustc_const_eval" }
+rustc_mir_dataflow = { path = "../rustc_mir_dataflow" }
 rustc_serialize = { path = "../rustc_serialize" }
 rustc_session = { path = "../rustc_session" }
 rustc_target = { path = "../rustc_target" }