From 39373c9828d2fa8c452a397e4a247af74a7dd5c9 Mon Sep 17 00:00:00 2001 From: Andrew Hayzen Date: Wed, 17 Apr 2024 16:38:54 +0100 Subject: [PATCH] cargo: bump version to 0.6.1 --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a2f703041..9f3760cae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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