From c16d54413cc26b0937f8f8e1950855d4b0380e19 Mon Sep 17 00:00:00 2001 From: tison Date: Wed, 30 Oct 2024 22:52:11 +0800 Subject: [PATCH] chore: Release logforth version 0.16.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2fe4fbb..dcba597 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.15.0" +version = "0.16.0" categories = ["development-tools::debugging"] keywords = ["logging", "log", "opentelemetry", "fastrace"]