Skip to content

Commit 15c584d

Browse files
committed
cargo: ensure cxx-qt-macro has a version
1 parent da19286 commit 15c584d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ version = "0.6.0"
3333
# we publish, otherwise crates.io complains as it doesn't know the version.
3434
[workspace.dependencies]
3535
cxx-qt = { path = "crates/cxx-qt" }
36-
cxx-qt-macro = { path = "crates/cxx-qt-macro" }
36+
cxx-qt-macro = { path = "crates/cxx-qt-macro", version = "0.6.0" }
3737
cxx-qt-build = { path = "crates/cxx-qt-build" }
3838
cxx-qt-gen = { path = "crates/cxx-qt-gen", version = "0.6.0" }
3939
cxx-qt-lib = { path = "crates/cxx-qt-lib" }

0 commit comments

Comments
 (0)