From d94e4bb2aaada71e2435a2cbfd88c2d5a81c0c2b Mon Sep 17 00:00:00 2001 From: tison Date: Mon, 28 Oct 2024 00:37:40 +0800 Subject: [PATCH] chore: Release logforth version 0.14.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f9b4b35..b7576a8 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.13.0" +version = "0.14.0" categories = ["development-tools::debugging"] keywords = ["logging", "log", "opentelemetry", "fastrace"]