From 5dbab7fce76997e800491b54ebeca612ac783094 Mon Sep 17 00:00:00 2001 From: HampusM Date: Thu, 26 Mar 2026 17:14:43 +0100 Subject: fix: shorten time in logs to hour:minute:secs.sec-fraction --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index ac12a44..be3aa8a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,4 +13,4 @@ tracing = { version = "0.1.39", features = ["max_level_debug"] } [dependencies.tracing-subscriber] version = "0.3.17" default-features = false -features = ["std", "ansi", "fmt", "smallvec", "env-filter"] +features = ["std", "ansi", "fmt", "smallvec", "env-filter", "chrono"] -- cgit v1.2.3-18-g5258