@@ -29,20 +29,20 @@ resolver = "2"
29
29
edition = " 2021"
30
30
license = " MIT OR Apache-2.0"
31
31
repository = " https://github.com/KDAB/cxx-qt/"
32
- version = " 0.6.0 "
32
+ version = " 0.6.1 "
33
33
34
34
# Note a version needs to be specified on dependencies of packages
35
35
# we publish, otherwise crates.io complains as it doesn't know the version.
36
36
[workspace .dependencies ]
37
37
cxx-qt = { path = " crates/cxx-qt" }
38
- cxx-qt-macro = { path = " crates/cxx-qt-macro" , version = " 0.6.0 " }
39
- cxx-qt-build = { path = " crates/cxx-qt-build" , version = " 0.6.0 " }
40
- cxx-qt-gen = { path = " crates/cxx-qt-gen" , version = " 0.6.0 " }
41
- cxx-qt-lib = { path = " crates/cxx-qt-lib" , version = " 0.6.0 " }
42
- cxx-qt-lib-headers = { path = " crates/cxx-qt-lib-headers" , version = " 0.6.0 " }
43
- qt-build-utils = { path = " crates/qt-build-utils" , version = " 0.6.0 " }
44
- cxx-qt-lib-extras-headers = { path = " crates/cxx-qt-lib-extras-headers" , version = " 0.6.0 " }
45
- cxx-qt-lib-extras = { path = " crates/cxx-qt-lib-extras" , version = " 0.6.0 " }
38
+ cxx-qt-macro = { path = " crates/cxx-qt-macro" , version = " 0.6.1 " }
39
+ cxx-qt-build = { path = " crates/cxx-qt-build" , version = " 0.6.1 " }
40
+ cxx-qt-gen = { path = " crates/cxx-qt-gen" , version = " 0.6.1 " }
41
+ cxx-qt-lib = { path = " crates/cxx-qt-lib" , version = " 0.6.1 " }
42
+ cxx-qt-lib-headers = { path = " crates/cxx-qt-lib-headers" , version = " 0.6.1 " }
43
+ qt-build-utils = { path = " crates/qt-build-utils" , version = " 0.6.1 " }
44
+ cxx-qt-lib-extras-headers = { path = " crates/cxx-qt-lib-extras-headers" , version = " 0.6.1 " }
45
+ cxx-qt-lib-extras = { path = " crates/cxx-qt-lib-extras" , version = " 0.6.1 " }
46
46
47
47
cc = { version = " 1.0.89" , features = [" parallel" ] }
48
48
# Ensure that the example comments are kept in sync
0 commit comments