From f8bc2c25601b1ba7d4bde55b2ccc1b9362509d76 Mon Sep 17 00:00:00 2001 From: tison Date: Fri, 2 Aug 2024 21:58:49 +0800 Subject: [PATCH] chore: Release logforth version 0.7.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 77e892a..2f88e2b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ license = "Apache-2.0" readme = "README.md" repository = "https://github.com/tisonkun/logforth" rust-version = "1.71.0" -version = "0.7.2" +version = "0.7.3" categories = ["development-tools::debugging"] keywords = ["logging", "log", "opentelemetry", "fastrace"]