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"]