From 00336a5b2c72bcec7a0b225124ebcbe756eb0c3a Mon Sep 17 00:00:00 2001 From: zxj Date: Mon, 7 Mar 2022 12:10:00 +0800 Subject: [PATCH] reset to runtime thread --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 93bdf8a..427b3ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ members = [ [package] name = "fast_log" -version = "1.5.0" +version = "1.5.1" description = "Rust async log High-performance asynchronous logging" readme = "Readme.md" authors = ["ce "]