From 87e4a9338933882face42a270309a5098afc7c9d Mon Sep 17 00:00:00 2001 From: Chris Froehlingsdorf Date: Fri, 12 May 2023 23:48:43 +0200 Subject: [PATCH] fixed cargo toml keyword length --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b8046f9..a8e8c3d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "3.0.0" authors = ["Christian Froehlingsdorf "] edition = "2021" description = "The official ilert api bindings." -keywords = ["ilert", "client", "alerting", "incident-communication", "oncall"] +keywords = ["ilert", "client", "alerting", "incident-coms", "oncall"] readme = "README.md" license = "MIT" homepage = "https://ilert.com"