From 4d435afea5e98b2ca98dfdb3283bc851c3cab777 Mon Sep 17 00:00:00 2001 From: tison Date: Tue, 13 Aug 2024 09:25:40 +0800 Subject: [PATCH] chore: drop the effectively deprecated author meta field --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d3c512d..e1c88e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,6 @@ name = "logcall" version = "0.1.10" edition = "2021" -authors = ["FastLabs Developers"] description = "An attribute macro that logs the function return value." repository = "https://github.com/fast/logcall" documentation = "https://docs.rs/logcall"