mirror of
https://github.com/0x5eal/chrono-lc.git
synced 2025-03-04 11:01:43 +00:00
chore(crate): use rust edition 2021
This commit is contained in:
parent
c7852a2819
commit
be514e708a
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "chrono_locale"
|
name = "chrono_locale"
|
||||||
version = "0.1.1"
|
version = "0.1.1"
|
||||||
|
edition = "2021"
|
||||||
authors = ["Alessandro Pellizzari <alex@amiran.it>", "Erica Marigold <hi@devcomp.xyz>"]
|
authors = ["Alessandro Pellizzari <alex@amiran.it>", "Erica Marigold <hi@devcomp.xyz>"]
|
||||||
description = "Localised date and time formatting library for Rust, based on chrono"
|
description = "Localised date and time formatting library for Rust, based on chrono"
|
||||||
homepage = "https://github.com/0x5eal/chrono-locale"
|
homepage = "https://github.com/0x5eal/chrono-locale"
|
||||||
|
|
Loading…
Add table
Reference in a new issue