From be514e708ae0c23bfa43fc6e64929fbcad52c280 Mon Sep 17 00:00:00 2001 From: Compey Date: Wed, 23 Aug 2023 20:56:04 +0530 Subject: [PATCH] chore(crate): use rust edition 2021 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) 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"