From 11defdcffbf965359f47b6c7c89528bad904ef43 Mon Sep 17 00:00:00 2001 From: Maybe Waffle Date: Tue, 17 Jan 2023 22:35:47 +0400 Subject: [PATCH] Remove 6-th keyword from teloxide-core's Cargo.toml --- crates/teloxide-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/teloxide-core/Cargo.toml b/crates/teloxide-core/Cargo.toml index 8daa376b..31f5a476 100644 --- a/crates/teloxide-core/Cargo.toml +++ b/crates/teloxide-core/Cargo.toml @@ -12,7 +12,7 @@ repository.workspace = true documentation = "https://docs.rs/teloxide-core/" readme = "README.md" -keywords = ["teloxide", "telegram", "telegram-bot", "telegram-bot-api", "bot", "TBA"] +keywords = ["teloxide", "telegram", "telegram-bot", "telegram-bot-api", "bot"] categories = ["api-bindings", "asynchronous"]