@@ -32,19 +32,19 @@ resolver = "2"
32
32
edition = " 2021"
33
33
license = " MIT OR Apache-2.0"
34
34
repository = " https://github.com/KDAB/cxx-qt/"
35
- version = " 0.7.1 "
35
+ version = " 0.7.2 "
36
36
rust-version = " 1.77.2" # Clippy needs to >= 1.78.0 for a lint, but the package can be 1.77.2
37
37
38
38
# Note a version needs to be specified on dependencies of packages
39
39
# we publish, otherwise crates.io complains as it doesn't know the version.
40
40
[workspace .dependencies ]
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 " }
41
+ cxx-qt = { path = " crates/cxx-qt" , version = " 0.7.2 " }
42
+ cxx-qt-macro = { path = " crates/cxx-qt-macro" , version = " 0.7.2 " }
43
+ cxx-qt-build = { path = " crates/cxx-qt-build" , version = " 0.7.2 " }
44
+ cxx-qt-gen = { path = " crates/cxx-qt-gen" , version = " 0.7.2 " }
45
+ cxx-qt-lib = { path = " crates/cxx-qt-lib" , version = " 0.7.2 " }
46
+ qt-build-utils = { path = " crates/qt-build-utils" , version = " 0.7.2 " }
47
+ cxx-qt-lib-extras = { path = " crates/cxx-qt-lib-extras" , version = " 0.7.2 " }
48
48
49
49
cc = { version = " 1.0.100" , features = [" parallel" ] }
50
50
# Ensure that the example comments are kept in sync
0 commit comments