From b6de6a393e70e4c676956553c2a8d8b4c4516578 Mon Sep 17 00:00:00 2001 From: tison Date: Fri, 16 Aug 2024 17:56:49 +0800 Subject: [PATCH] chore: Release logforth version 0.11.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 48ba3e8..aa6d35a 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.11.0" +version = "0.11.1" categories = ["development-tools::debugging"] keywords = ["logging", "log", "opentelemetry", "fastrace"]