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

Merge pull request #7894 from drinkcat/jiff-date-ls

date/ls: Switch from chrono to jiff
This commit is contained in:
Daniel Hofstetter 2025-06-02 09:36:27 +02:00 committed by GitHub
commit dfc2e249ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 399 additions and 325 deletions

View file

@ -282,7 +282,6 @@ chrono = { version = "0.4.41", default-features = false, features = [
"alloc",
"clock",
] }
chrono-tz = "0.10.0"
clap = { version = "4.5", features = ["wrap_help", "cargo"] }
clap_complete = "4.4"
clap_mangen = "0.2"
@ -300,9 +299,13 @@ gcd = "2.3"
glob = "0.3.1"
half = "2.4.1"
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 = [