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:
parent
82f5fec688
commit
42a22c12f1
5 changed files with 45 additions and 21 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue