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"