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