From 9dba9130f8771108e2179dce84b182838be37c24 Mon Sep 17 00:00:00 2001 From: Fintan Halpenny Date: Fri, 20 Feb 2026 13:38:34 +0000 Subject: [PATCH] core: use "data-types" instead of "data types" From the reference[^0]: > Note: crates.io allows a maximum of 5 keywords. Each keyword must be > ASCII text, have at most 20 characters, start with an alphanumeric > character, and only contain letters, numbers, _, - or +. [0]: https://doc.rust-lang.org/cargo/reference/manifest.html#the-keywords-field --- crates/radicle-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/radicle-core/Cargo.toml b/crates/radicle-core/Cargo.toml index 3a45e1c1..16a45797 100644 --- a/crates/radicle-core/Cargo.toml +++ b/crates/radicle-core/Cargo.toml @@ -6,7 +6,7 @@ repository.workspace = true version = "0.1.0" edition.workspace = true license.workspace = true -keywords = ["radicle", "git", "data types"] +keywords = ["radicle", "git", "data-types"] rust-version.workspace = true # For documentation of features refer to the module documentation in `./lib.rs`