From 85a102431f57bb664fad603d2df07a01b2ba440f Mon Sep 17 00:00:00 2001 From: Ayush Singh Date: Wed, 1 Dec 2021 17:40:58 +0530 Subject: [PATCH] Publishing new version Also merged new deps to docs.rs so docs should work now. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5a99c62..666271f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "ki18n-rs" description = "A crate to use KF5I18n from rust." author = ["Ayush Singh "] -version = "0.1.2" +version = "0.1.3" edition = "2018" links = "KF5I18n" license = "MIT"