Migrated Rust edition from 2018 to 2021.

Also update the crate version since I will be publishing the new version
now.
This commit is contained in:
Ayush Singh 2022-01-01 20:39:01 +05:30
parent 3ed2893739
commit 22e4048f3a

View file

@ -2,8 +2,8 @@
name = "ki18n"
description = "A crate to use KF5I18n from rust."
author = ["Ayush Singh <ayushdevel1325@gmail.com>"]
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"]
all = ["qmetaobject"]