From 7d2c825c0e99b1356f59641a8cf101203e04ca36 Mon Sep 17 00:00:00 2001 From: zhuxiujia Date: Sun, 10 Jul 2022 13:49:15 +0800 Subject: [PATCH] add parse --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 033aa2c..2fbec0a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ members = [ [package] name = "fast_log" -version = "1.5.19" +version = "1.5.20" description = "Rust async log High-performance asynchronous logging" readme = "Readme.md" authors = ["ce "]