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

Remove time dependency from date

Also upgrades humantime_to_duration to the latest version, it switched from time to chrono. Because touch still depends on time, its humantime_to_duration package version deviates from the workspace version.
This commit is contained in:
Wandering Lethe 2023-06-05 21:41:32 +02:00
parent 82f5fec688
commit 42a22c12f1
No known key found for this signature in database
GPG key ID: 5010D8303D6CC36E
5 changed files with 45 additions and 21 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.0"
indicatif = "0.17"
is-terminal = "0.4.7"
itertools = "0.10.5"