mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-08-03 14:37:45 +00:00
tail: Fix parsing of sleep interval. Use duration parser from fundu crate.
Activate tests for parsing sleep interval
This commit is contained in:
parent
d9f05f4c52
commit
0ed6a9f882
5 changed files with 48 additions and 37 deletions
7
Cargo.lock
generated
7
Cargo.lock
generated
|
@ -878,6 +878,12 @@ dependencies = [
|
|||
"libc",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "fundu"
|
||||
version = "0.3.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "925250bc259498d4008ee072bf16586083ab2c491aa4b06b3c4d0a6556cebd74"
|
||||
|
||||
[[package]]
|
||||
name = "futures"
|
||||
version = "0.3.25"
|
||||
|
@ -3094,6 +3100,7 @@ version = "0.0.17"
|
|||
dependencies = [
|
||||
"atty",
|
||||
"clap",
|
||||
"fundu",
|
||||
"libc",
|
||||
"memchr",
|
||||
"nix",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue