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:
parent
3ed2893739
commit
22e4048f3a
|
@ -2,8 +2,8 @@
|
||||||
name = "ki18n"
|
name = "ki18n"
|
||||||
description = "A crate to use KF5I18n from rust."
|
description = "A crate to use KF5I18n from rust."
|
||||||
author = ["Ayush Singh <ayushdevel1325@gmail.com>"]
|
author = ["Ayush Singh <ayushdevel1325@gmail.com>"]
|
||||||
version = "1.0.6"
|
version = "1.0.7"
|
||||||
edition = "2018"
|
edition = "2021"
|
||||||
links = "KF5I18n"
|
links = "KF5I18n"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
@ -31,4 +31,4 @@ dependencies = ["qtbase5-dev", "qtdeclarative5-dev", "libkf5i18n-dev"]
|
||||||
all-features = true
|
all-features = true
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
all = ["qmetaobject"]
|
all = ["qmetaobject"]
|
||||||
|
|
Loading…
Reference in a new issue