From 05fadeddd88a7a749bf18706e35dd41f7011dfe1 Mon Sep 17 00:00:00 2001 From: Olivier Goffart Date: Wed, 23 Feb 2022 10:59:50 +0100 Subject: [PATCH] Bump version number --- qmetaobject/Cargo.toml | 6 +++--- qmetaobject_impl/Cargo.toml | 2 +- qttypes/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/qmetaobject/Cargo.toml b/qmetaobject/Cargo.toml index 02d6314b..e34ad244 100644 --- a/qmetaobject/Cargo.toml +++ b/qmetaobject/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qmetaobject" -version = "0.2.5" +version = "0.2.7" edition = "2018" authors = ["Olivier Goffart "] build = "build.rs" @@ -17,8 +17,8 @@ chrono_qdatetime = ["qttypes/chrono"] webengine = ["qttypes/qtwebengine"] [dependencies] -qttypes = { path = "../qttypes", version = "0.2.5", features = ["qtquick"] } -qmetaobject_impl = { path = "../qmetaobject_impl", version = "=0.2.5"} +qttypes = { path = "../qttypes", version = "0.2.7", features = ["qtquick"] } +qmetaobject_impl = { path = "../qmetaobject_impl", version = "=0.2.7"} lazy_static = "1.0" cpp = "0.5.6" log = { version = "0.4", optional = true } diff --git a/qmetaobject_impl/Cargo.toml b/qmetaobject_impl/Cargo.toml index 2a22123c..312ea28a 100644 --- a/qmetaobject_impl/Cargo.toml +++ b/qmetaobject_impl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qmetaobject_impl" -version = "0.2.5" +version = "0.2.7" edition = "2018" authors = ["Olivier Goffart "] description = "Custom derive for the qmetaobject crate." diff --git a/qttypes/Cargo.toml b/qttypes/Cargo.toml index 7379b5d0..f2bc8dbc 100644 --- a/qttypes/Cargo.toml +++ b/qttypes/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qttypes" -version = "0.2.6" +version = "0.2.7" edition = "2018" authors = ["Olivier Goffart "] build = "build.rs"