From 8aa4bc7513d6c1b83d910ef8b0107eee422f59a3 Mon Sep 17 00:00:00 2001 From: Ayush Singh Date: Thu, 23 Dec 2021 17:40:39 +0530 Subject: [PATCH] Publishing New Crate version. --- Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b3f8807..52808a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,13 +2,14 @@ name = "ki18n" description = "A crate to use KF5I18n from rust." author = ["Ayush Singh "] -version = "1.0.5" +version = "1.0.6" edition = "2018" links = "KF5I18n" license = "MIT" readme = "README.md" repository = "https://github.com/Ayush1325/ki18n-rs" -keywords = ["ki18n", "kde", "localization"] +keywords = ["KDE", "kde", "localization"] +categories = ["api-bindings", "KDE"] build = "build.rs" [dependencies]