From 954894ab3061fb320f22b092f4fe361bbd4b0c44 Mon Sep 17 00:00:00 2001 From: tison Date: Wed, 14 Aug 2024 18:55:07 +0800 Subject: [PATCH] chore: Release logforth version 0.10.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index af2659f..b33512f 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.71.0" -version = "0.9.1" +version = "0.10.0" categories = ["development-tools::debugging"] keywords = ["logging", "log", "opentelemetry", "fastrace"]