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