1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 20:17:45 +00:00

Prefer handling Duration over f32 when dealing with times.

Also refactored out usage of the `time` crate in `uucore`.
This commit is contained in:
Corey Farwell 2016-08-04 19:16:38 -04:00
parent 63c17e5b42
commit 99fda0b716
7 changed files with 25 additions and 30 deletions

1
Cargo.lock generated
View file

@ -1256,7 +1256,6 @@ name = "uucore"
version = "0.0.1"
dependencies = [
"libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
"time 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
]