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

Merge pull request #4952 from wanderinglethe/date-remove-time-dep

Remove time dependency from date
This commit is contained in:
Sylvestre Ledru 2023-06-06 22:21:38 +02:00 committed by GitHub
commit 6d6966cfb1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 21 additions and 15 deletions

View file

@ -286,7 +286,7 @@ fundu = "0.5.1"
gcd = "2.3"
glob = "0.3.1"
half = "2.2"
humantime_to_duration = "0.2.1"
humantime_to_duration = "0.3.1"
indicatif = "0.17"
is-terminal = "0.4.7"
itertools = "0.10.5"