From 0475a5db17b31bb5a7862011262f67d5c3719691 Mon Sep 17 00:00:00 2001 From: rascul Date: Sat, 16 Mar 2024 16:12:09 -0500 Subject: [PATCH] do feature on log not chrono --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 236eeac..60c114a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,6 @@ keywords = ["log"] edition = "2018" [dependencies] -chrono = { version = "0.4", features = ["std"] } +chrono = "0.4" colored = "2.0" -log = "0.4" +log = { version = "0.4", features = ["std"] }