X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc%2FCargo.toml;h=277cf0f51d378afa6df85ec3fcbdf4f3a1f16a37;hb=22714ed4e3954b3d60b3650bad743ec4b3d64d27;hp=ca6055c46a6473e846dfd2c85e4b808c6ced8ddc;hpb=1cc4b6de3e43aeae295d4aac70cb41e37201c516;p=rust.git diff --git a/compiler/rustc/Cargo.toml b/compiler/rustc/Cargo.toml index ca6055c46a6..277cf0f51d3 100644 --- a/compiler/rustc/Cargo.toml +++ b/compiler/rustc/Cargo.toml @@ -1,8 +1,7 @@ [package] -authors = ["The Rust Project Developers"] name = "rustc-main" version = "0.0.0" -edition = '2018' +edition = "2021" [dependencies] rustc_driver = { path = "../rustc_driver" }