X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_parse_format%2FCargo.toml;h=aa1714e820f4862a035ce10a11946245267d060c;hb=91d8da1f4ba24679e92b7939a26c681a5d2d3548;hp=c2317d91a6e95ba19fd0f00733b3a3cf6731509f;hpb=b10966be750994a5c5664f7e02aa3f4a52e723d2;p=rust.git diff --git a/compiler/rustc_parse_format/Cargo.toml b/compiler/rustc_parse_format/Cargo.toml index c2317d91a6e..aa1714e820f 100644 --- a/compiler/rustc_parse_format/Cargo.toml +++ b/compiler/rustc_parse_format/Cargo.toml @@ -1,8 +1,7 @@ [package] -authors = ["The Rust Project Developers"] name = "rustc_parse_format" version = "0.0.0" -edition = "2018" +edition = "2021" [dependencies] rustc_span = { path = "../rustc_span" }