@@ -32,19 +32,19 @@ resolver = "2"
3232edition = " 2021"
3333license = " MIT OR Apache-2.0"
3434repository = " https://github.com/KDAB/cxx-qt/"
35- version = " 0.7.0 "
35+ version = " 0.7.1 "
3636rust-version = " 1.77.2" # Clippy needs to >= 1.78.0 for a lint, but the package can be 1.77.2
3737
3838# Note a version needs to be specified on dependencies of packages
3939# we publish, otherwise crates.io complains as it doesn't know the version.
4040[workspace .dependencies ]
41- cxx-qt = { path = " crates/cxx-qt" , version = " 0.7.0 " }
42- cxx-qt-macro = { path = " crates/cxx-qt-macro" , version = " 0.7.0 " }
43- cxx-qt-build = { path = " crates/cxx-qt-build" , version = " 0.7.0 " }
44- cxx-qt-gen = { path = " crates/cxx-qt-gen" , version = " 0.7.0 " }
45- cxx-qt-lib = { path = " crates/cxx-qt-lib" , version = " 0.7.0 " }
46- qt-build-utils = { path = " crates/qt-build-utils" , version = " 0.7.0 " }
47- cxx-qt-lib-extras = { path = " crates/cxx-qt-lib-extras" , version = " 0.7.0 " }
41+ cxx-qt = { path = " crates/cxx-qt" , version = " 0.7.1 " }
42+ cxx-qt-macro = { path = " crates/cxx-qt-macro" , version = " 0.7.1 " }
43+ cxx-qt-build = { path = " crates/cxx-qt-build" , version = " 0.7.1 " }
44+ cxx-qt-gen = { path = " crates/cxx-qt-gen" , version = " 0.7.1 " }
45+ cxx-qt-lib = { path = " crates/cxx-qt-lib" , version = " 0.7.1 " }
46+ qt-build-utils = { path = " crates/qt-build-utils" , version = " 0.7.1 " }
47+ cxx-qt-lib-extras = { path = " crates/cxx-qt-lib-extras" , version = " 0.7.1 " }
4848
4949cc = { version = " 1.0.100" , features = [" parallel" ] }
5050# Ensure that the example comments are kept in sync
0 commit comments