From 22e4048f3a60bc44facf4b245e767585675918ec Mon Sep 17 00:00:00 2001 From: Ayush Singh Date: Sat, 1 Jan 2022 20:39:01 +0530 Subject: [PATCH] Migrated Rust edition from 2018 to 2021. Also update the crate version since I will be publishing the new version now. --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 065c316..d60fbd6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,8 +2,8 @@ name = "ki18n" description = "A crate to use KF5I18n from rust." author = ["Ayush Singh "] -version = "1.0.6" -edition = "2018" +version = "1.0.7" +edition = "2021" links = "KF5I18n" license = "MIT" readme = "README.md" @@ -31,4 +31,4 @@ dependencies = ["qtbase5-dev", "qtdeclarative5-dev", "libkf5i18n-dev"] all-features = true [features] -all = ["qmetaobject"] \ No newline at end of file +all = ["qmetaobject"]