This is an automated email from the ASF dual-hosted git repository.
gkoszyk pushed a commit to branch metadata_module_init
in repository https://gitbox.apache.org/repos/asf/iggy.git
The following commit(s) were added to refs/heads/metadata_module_init by this
push:
new acc7331b7 remove categories from messages crate
acc7331b7 is described below
commit acc7331b724c77835013bbe19b98afc2d69e987a
Author: numminex <[email protected]>
AuthorDate: Mon Nov 17 22:05:27 2025 +0100
remove categories from messages crate
---
core/modules/messages/Cargo.toml | 2 --
1 file changed, 2 deletions(-)
diff --git a/core/modules/messages/Cargo.toml b/core/modules/messages/Cargo.toml
index c9b56fc06..846c72081 100644
--- a/core/modules/messages/Cargo.toml
+++ b/core/modules/messages/Cargo.toml
@@ -21,8 +21,6 @@ version = "0.1.0"
description = "Iggy cluster network messages"
edition = "2024"
license = "Apache-2.0"
-keywords = ["iggy", "messaging", "streaming"]
-categories = ["command-line-utilities", "database", "network-programming"]
homepage = "https://iggy.apache.org"
documentation = "https://iggy.apache.org/docs"
repository = "https://github.com/apache/iggy"