1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-03 14:37:45 +00:00

sleep: Use fundu instead of uucore::parse_time::from_str

This commit is contained in:
Joining7943 2023-02-28 07:36:22 +01:00
parent 946aab37ed
commit 3a28b616d9
3 changed files with 8 additions and 1 deletions

1
Cargo.lock generated
View file

@ -3041,6 +3041,7 @@ name = "uu_sleep"
version = "0.0.17"
dependencies = [
"clap",
"fundu",
"uucore",
]