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

Merge pull request #935 from frewsxcv/refactor-time

Prefer handling `Duration` over `f32` when dealing with times.
This commit is contained in:
Nathan Ross 2016-08-04 21:17:38 -04:00 committed by GitHub
commit a8f5b430df
7 changed files with 25 additions and 30 deletions

1
Cargo.lock generated
View file

@ -1267,7 +1267,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)",
]