From 947cbc6d6f339c7d03a25a273c4423c23a93630b Mon Sep 17 00:00:00 2001 From: tison Date: Fri, 20 Dec 2024 22:51:55 +0800 Subject: [PATCH] chore: Release logforth version 0.19.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bd1c7af..5576063 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ license = "Apache-2.0" readme = "README.md" repository = "https://github.com/fast/logforth" rust-version = "1.75.0" -version = "0.19.0" +version = "0.19.1" categories = ["development-tools::debugging"] keywords = ["logging", "log", "opentelemetry", "fastrace"]