Skip to content

Commit 0754860

Browse files
committed
sort: add locale-aware month parsing using ICU
1 parent 16f7350 commit 0754860

File tree

9 files changed

+472
-66
lines changed

9 files changed

+472
-66
lines changed

Cargo.lock

Lines changed: 137 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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,7 @@ glob = "0.3.1"
326326
half = "2.4.1"
327327
hostname = "0.4"
328328
icu_collator = "2.0.0"
329+
icu_datetime = "2.0.1"
329330
icu_decimal = "2.0.0"
330331
icu_locale = "2.0.0"
331332
icu_provider = "2.0.0"

0 commit comments

Comments
 (0)