From 79c2208c6080f95ebd5751a3d6aa0b59ee2d4acc Mon Sep 17 00:00:00 2001 From: StackOverflowExcept1on <109800286+StackOverflowExcept1on@users.noreply.github.com> Date: Fri, 19 Apr 2024 15:02:56 +0300 Subject: [PATCH] crates io accepts only 5 keywords --- common/numerated/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/numerated/Cargo.toml b/common/numerated/Cargo.toml index 70c584d0386..099f55715cc 100644 --- a/common/numerated/Cargo.toml +++ b/common/numerated/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "numerated" description = "A library for working with intervals and sets of numerated values" -keywords = ["gear", "tree", "interval", "numerated", "no-std", "math"] +keywords = ["gear", "tree", "interval", "numerated", "no-std"] categories = ["mathematics", "no-std"] version.workspace = true authors.workspace = true