Skip to content

Commit 8219153

Browse files
committed
date: add ICU support for day/months names
Fixes: https://bugs.launchpad.net/ubuntu/+source/rust-coreutils/+bug/2130859
1 parent 938039e commit 8219153

File tree

9 files changed

+626
-17
lines changed

9 files changed

+626
-17
lines changed

Cargo.lock

Lines changed: 139 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,9 @@ gcd = "2.3"
329329
glob = "0.3.1"
330330
half = "2.4.1"
331331
hostname = "0.4"
332+
icu_calendar = "2.0.0"
332333
icu_collator = "2.0.0"
334+
icu_datetime = "2.0.0"
333335
icu_decimal = "2.0.0"
334336
icu_locale = "2.0.0"
335337
icu_provider = "2.0.0"

0 commit comments

Comments
 (0)