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

Merge pull request #4448 from Joining7943/sleep-replace-uucore-from-str-with-fundu

`sleep`: Replace uucore::parse_time::from_str with fundu
This commit is contained in:
Terts Diepraam 2023-03-12 23:42:23 +01:00 committed by GitHub
commit 6708284603
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 41 additions and 15 deletions

5
Cargo.lock generated
View file

@ -880,9 +880,9 @@ dependencies = [
[[package]]
name = "fundu"
version = "0.3.0"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "925250bc259498d4008ee072bf16586083ab2c491aa4b06b3c4d0a6556cebd74"
checksum = "da58c38fe7b706cead98429d8a8535261addbe55fd531c7d7c7d770346464010"
[[package]]
name = "futures"
@ -3015,6 +3015,7 @@ name = "uu_sleep"
version = "0.0.17"
dependencies = [
"clap",
"fundu",
"uucore",
]