From fade4612250918e205cd6365664fba4f171b6f92 Mon Sep 17 00:00:00 2001 From: "zhuxiujia@qq.com" Date: Sat, 11 Dec 2021 16:54:35 +0800 Subject: [PATCH] fix performance --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c85d925..fcce3f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ members = [ [package] name = "fast_log" -version = "1.4.4" +version = "1.4.5" description = "Rust async log High-performance asynchronous logging" readme = "Readme.md" authors = ["ce "]