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