Skip to content

Commit 173c96b

Browse files
MontelLeonMatthesKDAB
authored andcommitted
Add version for cxx-qt-build/cxx-qt-lib
1 parent 8aa6e6c commit 173c96b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ version = "0.6.0"
3434
[workspace.dependencies]
3535
cxx-qt = { path = "crates/cxx-qt" }
3636
cxx-qt-macro = { path = "crates/cxx-qt-macro", version = "0.6.0" }
37-
cxx-qt-build = { path = "crates/cxx-qt-build" }
37+
cxx-qt-build = { path = "crates/cxx-qt-build", version = "0.6.0" }
3838
cxx-qt-gen = { path = "crates/cxx-qt-gen", version = "0.6.0" }
39-
cxx-qt-lib = { path = "crates/cxx-qt-lib" }
39+
cxx-qt-lib = { path = "crates/cxx-qt-lib", version = "0.6.0" }
4040
cxx-qt-lib-headers = { path = "crates/cxx-qt-lib-headers", version = "0.6.0" }
4141
qt-build-utils = { path = "crates/qt-build-utils", version = "0.6.0" }
4242

0 commit comments

Comments
 (0)