From c0af82ed65508304d9f6c1cf6a88950b56556730 Mon Sep 17 00:00:00 2001 From: zhuxiujia Date: Tue, 7 Dec 2021 16:42:45 +0800 Subject: [PATCH] fix show time --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 69989a5..cb94413 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ members = [ [package] name = "fast_log" -version = "1.4.1" +version = "1.4.2" description = "Rust async log High-performance asynchronous logging" readme = "Readme.md" authors = ["ce "]