diff --git a/Cargo.toml b/Cargo.toml index d55e252..dfc46eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,7 @@ [package] name = "chrono_locale" version = "0.1.1" +edition = "2021" authors = ["Alessandro Pellizzari ", "Erica Marigold "] description = "Localised date and time formatting library for Rust, based on chrono" homepage = "https://github.com/0x5eal/chrono-locale"