Skip to content

Commit

Permalink
cargo: bump version to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ahayzen-kdab authored and LeonMatthesKDAB committed Apr 19, 2024
1 parent 8f680f1 commit 39373c9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,18 @@ resolver = "2"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/KDAB/cxx-qt/"
version = "0.6.0"
version = "0.6.1"

# Note a version needs to be specified on dependencies of packages
# 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", version = "0.6.0" }
cxx-qt-macro = { path = "crates/cxx-qt-macro", version = "0.6.1" }
cxx-qt-build = { path = "crates/cxx-qt-build" }
cxx-qt-gen = { path = "crates/cxx-qt-gen", version = "0.6.0" }
cxx-qt-gen = { path = "crates/cxx-qt-gen", version = "0.6.1" }
cxx-qt-lib = { path = "crates/cxx-qt-lib" }
cxx-qt-lib-headers = { path = "crates/cxx-qt-lib-headers", version = "0.6.0" }
qt-build-utils = { path = "crates/qt-build-utils", version = "0.6.0" }
cxx-qt-lib-headers = { path = "crates/cxx-qt-lib-headers", version = "0.6.1" }
qt-build-utils = { path = "crates/qt-build-utils", version = "0.6.1" }

cc = { version = "1.0.89", features = ["parallel"] }
# Ensure that the example comments are kept in sync
Expand Down

0 comments on commit 39373c9

Please sign in to comment.