Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/proc_macro_test/imp/Cargo.toml')
| -rw-r--r-- | crates/proc_macro_test/imp/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/proc_macro_test/imp/Cargo.toml b/crates/proc_macro_test/imp/Cargo.toml index b718db968d..27ea2d9a8b 100644 --- a/crates/proc_macro_test/imp/Cargo.toml +++ b/crates/proc_macro_test/imp/Cargo.toml @@ -2,7 +2,7 @@ name = "proc_macro_test_impl" version = "0.0.0" license = "MIT OR Apache-2.0" -edition = "2018" +edition = "2021" publish = false [lib] |