From 9e1c4a8680a04b34f09dd2776d07958c8aae6f92 Mon Sep 17 00:00:00 2001 From: Diogo Matsubara Date: Mon, 8 Jul 2024 17:55:56 +0200 Subject: [PATCH] fix: Update zenoh-macros category (#1232) --- commons/zenoh-macros/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commons/zenoh-macros/Cargo.toml b/commons/zenoh-macros/Cargo.toml index 7d06482e48..6adfe63deb 100644 --- a/commons/zenoh-macros/Cargo.toml +++ b/commons/zenoh-macros/Cargo.toml @@ -20,7 +20,7 @@ homepage = { workspace = true } authors = { workspace = true } edition = { workspace = true } license = { workspace = true } -categories = ["proc-macros"] +categories = ["development-tools::procedural-macro-helpers"] description = "Internal crate for zenoh." # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html