From b5df331170f8534f399d6a9bd27510fbd00f65b5 Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Thu, 10 Apr 2025 10:59:27 +0200 Subject: [PATCH] uucore: add chrono to uptime feature --- src/uucore/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]