From ff87679f5354d35d2fdc4f520afc2bba11191e26 Mon Sep 17 00:00:00 2001 From: tison Date: Fri, 2 Aug 2024 21:58:11 +0800 Subject: [PATCH] chore: tidy fix toml format Signed-off-by: tison --- Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1414e0f..77e892a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,9 +25,7 @@ repository = "https://github.com/tisonkun/logforth" rust-version = "1.71.0" version = "0.7.2" -categories = [ - "development-tools::debugging", -] +categories = ["development-tools::debugging"] keywords = ["logging", "log", "opentelemetry", "fastrace"] [package.metadata.docs.rs]