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

uucore: add chrono to uptime feature

This commit is contained in:
Daniel Hofstetter 2025-04-10 10:59:27 +02:00
parent 64cf3f5dae
commit b5df331170

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"]