@@ -27,18 +27,18 @@ resolver = "2"
2727edition = " 2021"
2828license = " MIT OR Apache-2.0"
2929repository = " https://github.com/KDAB/cxx-qt/"
30- version = " 0.6.1 "
30+ version = " 0.7.0 "
3131
3232# Note a version needs to be specified on dependencies of packages
3333# we publish, otherwise crates.io complains as it doesn't know the version.
3434[workspace .dependencies ]
3535cxx-qt = { path = " crates/cxx-qt" }
36- cxx-qt-macro = { path = " crates/cxx-qt-macro" , version = " 0.6.1 " }
37- cxx-qt-build = { path = " crates/cxx-qt-build" , version = " 0.6.1 " }
38- cxx-qt-gen = { path = " crates/cxx-qt-gen" , version = " 0.6.1 " }
39- cxx-qt-lib = { path = " crates/cxx-qt-lib" , version = " 0.6.1 " }
40- qt-build-utils = { path = " crates/qt-build-utils" , version = " 0.6.1 " }
41- cxx-qt-lib-extras = { path = " crates/cxx-qt-lib-extras" , version = " 0.6.1 " }
36+ cxx-qt-macro = { path = " crates/cxx-qt-macro" , version = " 0.7.0 " }
37+ cxx-qt-build = { path = " crates/cxx-qt-build" , version = " 0.7.0 " }
38+ cxx-qt-gen = { path = " crates/cxx-qt-gen" , version = " 0.7.0 " }
39+ cxx-qt-lib = { path = " crates/cxx-qt-lib" , version = " 0.7.0 " }
40+ qt-build-utils = { path = " crates/qt-build-utils" , version = " 0.7.0 " }
41+ cxx-qt-lib-extras = { path = " crates/cxx-qt-lib-extras" , version = " 0.7.0 " }
4242
4343cc = { version = " 1.0.100" , features = [" parallel" ] }
4444# Ensure that the example comments are kept in sync
0 commit comments