We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aa6e6c commit 173c96bCopy full SHA for 173c96b
Cargo.toml
@@ -34,9 +34,9 @@ version = "0.6.0"
34
[workspace.dependencies]
35
cxx-qt = { path = "crates/cxx-qt" }
36
cxx-qt-macro = { path = "crates/cxx-qt-macro", version = "0.6.0" }
37
-cxx-qt-build = { path = "crates/cxx-qt-build" }
+cxx-qt-build = { path = "crates/cxx-qt-build", version = "0.6.0" }
38
cxx-qt-gen = { path = "crates/cxx-qt-gen", version = "0.6.0" }
39
-cxx-qt-lib = { path = "crates/cxx-qt-lib" }
+cxx-qt-lib = { path = "crates/cxx-qt-lib", version = "0.6.0" }
40
cxx-qt-lib-headers = { path = "crates/cxx-qt-lib-headers", version = "0.6.0" }
41
qt-build-utils = { path = "crates/qt-build-utils", version = "0.6.0" }
42
0 commit comments