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

uptime: refactor, move some codes to uucore (#7289)

This commit is contained in:
Bluemangoo 2025-02-20 19:09:06 +08:00 committed by GitHub
parent 9aa872327b
commit 047ec995f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 494 additions and 240 deletions

4
Cargo.lock generated
View file

@ -1308,7 +1308,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
dependencies = [
"cfg-if",
"windows-targets 0.48.5",
"windows-targets 0.52.6",
]
[[package]]
@ -3470,6 +3470,7 @@ dependencies = [
"thiserror 2.0.11",
"utmp-classic",
"uucore",
"windows-sys 0.59.0",
]
[[package]]
@ -3566,6 +3567,7 @@ dependencies = [
"tempfile",
"thiserror 2.0.11",
"time",
"utmp-classic",
"uucore_procs",
"walkdir",
"wild",