From 247917f54c1b60b25e5a6a9d327aea976a4f423e Mon Sep 17 00:00:00 2001 From: Tait Hoyem Date: Sun, 9 Oct 2022 08:55:08 -0600 Subject: [PATCH] Remove warning categories --- lunanode_macros/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/lunanode_macros/Cargo.toml b/lunanode_macros/Cargo.toml index 116d1d3..86fdff4 100644 --- a/lunanode_macros/Cargo.toml +++ b/lunanode_macros/Cargo.toml @@ -8,7 +8,6 @@ license = "AGPL-3.0-only" readme = "README.md" repository = "https://git.tait.tech/tait/lunanode/" keywords = ["macros", "helper"] -categories = ["proc_macro", "helper"] [package.metadata.release] release = true