Skip to content

Commit

Permalink
cargo: ensure cxx-qt-macro has a version
Browse files Browse the repository at this point in the history
  • Loading branch information
ahayzen-kdab committed Nov 17, 2023
1 parent da19286 commit 15c584d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ version = "0.6.0"
# we publish, otherwise crates.io complains as it doesn't know the version.
[workspace.dependencies]
cxx-qt = { path = "crates/cxx-qt" }
cxx-qt-macro = { path = "crates/cxx-qt-macro" }
cxx-qt-macro = { path = "crates/cxx-qt-macro", version = "0.6.0" }
cxx-qt-build = { path = "crates/cxx-qt-build" }
cxx-qt-gen = { path = "crates/cxx-qt-gen", version = "0.6.0" }
cxx-qt-lib = { path = "crates/cxx-qt-lib" }
Expand Down

0 comments on commit 15c584d

Please sign in to comment.