diff --git a/src/uucore/Cargo.toml b/src/uucore/Cargo.toml index 268c775ec..22c5c47be 100644 --- a/src/uucore/Cargo.toml +++ b/src/uucore/Cargo.toml @@ -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"]