From add74bcc6e8db2982dbae41104625a2cc2fe4450 Mon Sep 17 00:00:00 2001 From: zxj Date: Wed, 9 Aug 2023 10:35:23 +0800 Subject: [PATCH] support mmap --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5ad659d..5305a4e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ members = [ [package] name = "fast_log" -version = "1.6.0" +version = "1.6.1" description = "Rust async log High-performance asynchronous logging" readme = "Readme.md" authors = ["ce "]