1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 03:27:44 +00:00

Merge pull request #7719 from cakebaker/uucore_fix_unresolved_import

uucore: add `chrono` to `uptime` feature
This commit is contained in:
Sylvestre Ledru 2025-04-10 06:07:02 -04:00 committed by GitHub
commit 593b141476
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -134,4 +134,4 @@ version-cmp = []
wide = []
custom-tz-fmt = ["chrono", "chrono-tz", "iana-time-zone"]
tty = []
uptime = ["libc", "windows-sys", "utmpx", "utmp-classic", "thiserror"]
uptime = ["chrono", "libc", "windows-sys", "utmpx", "utmp-classic", "thiserror"]