mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
Merge pull request #7719 from cakebaker/uucore_fix_unresolved_import
uucore: add `chrono` to `uptime` feature
This commit is contained in:
commit
593b141476
1 changed files with 1 additions and 1 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue