From 398250cbab174d07e6a74eea2c4100bec4ccc6bb Mon Sep 17 00:00:00 2001 From: rascul Date: Sat, 16 Mar 2024 16:06:41 -0500 Subject: [PATCH] use std feature of log crate --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ee40f15..236eeac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,6 @@ keywords = ["log"] edition = "2018" [dependencies] -chrono = "0.4" +chrono = { version = "0.4", features = ["std"] } colored = "2.0" log = "0.4"