1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 12:07:46 +00:00

date: switch from chrono to jiff

Also adds cargo dependency.
This commit is contained in:
Nicolas Boichat 2025-04-28 09:50:51 +08:00
parent 718b1a4ac7
commit 301e33cfe3
5 changed files with 180 additions and 50 deletions

View file

@ -304,6 +304,11 @@ hostname = "0.4"
iana-time-zone = "0.1.57"
indicatif = "0.17.8"
itertools = "0.14.0"
jiff = { version = "0.2.10", default-features = false, features = [
"std",
"alloc",
"tz-system",
] }
libc = "0.2.172"
linux-raw-sys = "0.9"
lscolors = { version = "0.20.0", default-features = false, features = [