From 36aba3061168fccf7701d3016abd559dd552243e Mon Sep 17 00:00:00 2001 From: Michael Sproul Date: Sun, 2 Jan 2022 15:03:03 +1100 Subject: [PATCH] Remove invalid crates.io keywords --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index eedc5c31..2e6c8e81 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ description = "Versioned data types with minimal boilerplate" license = "Apache-2.0" repository = "https://github.com/sigp/superstruct" documentation = "https://sigp.github.io/superstruct/" -keywords = ["schema", "subtype", "backwards compatibility", "procedural macro"] +keywords = ["schema", "subtype", "compatibility", "macro"] categories = ["rust-patterns"] [lib]