Skip to content

Commit dd752bc

Browse files
ahayzen-kdabLeonMatthesKDAB
authored andcommitted
cargo: bump version to 0.6.1
1 parent 3f5ec52 commit dd752bc

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,20 +29,20 @@ resolver = "2"
2929
edition = "2021"
3030
license = "MIT OR Apache-2.0"
3131
repository = "https://github.com/KDAB/cxx-qt/"
32-
version = "0.6.0"
32+
version = "0.6.1"
3333

3434
# Note a version needs to be specified on dependencies of packages
3535
# we publish, otherwise crates.io complains as it doesn't know the version.
3636
[workspace.dependencies]
3737
cxx-qt = { path = "crates/cxx-qt" }
38-
cxx-qt-macro = { path = "crates/cxx-qt-macro", version = "0.6.0" }
39-
cxx-qt-build = { path = "crates/cxx-qt-build", version = "0.6.0" }
40-
cxx-qt-gen = { path = "crates/cxx-qt-gen", version = "0.6.0" }
41-
cxx-qt-lib = { path = "crates/cxx-qt-lib", version = "0.6.0" }
42-
cxx-qt-lib-headers = { path = "crates/cxx-qt-lib-headers", version = "0.6.0" }
43-
qt-build-utils = { path = "crates/qt-build-utils", version = "0.6.0" }
44-
cxx-qt-lib-extras-headers = { path = "crates/cxx-qt-lib-extras-headers", version = "0.6.0" }
45-
cxx-qt-lib-extras = { path = "crates/cxx-qt-lib-extras", version = "0.6.0" }
38+
cxx-qt-macro = { path = "crates/cxx-qt-macro", version = "0.6.1" }
39+
cxx-qt-build = { path = "crates/cxx-qt-build", version = "0.6.1" }
40+
cxx-qt-gen = { path = "crates/cxx-qt-gen", version = "0.6.1" }
41+
cxx-qt-lib = { path = "crates/cxx-qt-lib", version = "0.6.1" }
42+
cxx-qt-lib-headers = { path = "crates/cxx-qt-lib-headers", version = "0.6.1" }
43+
qt-build-utils = { path = "crates/qt-build-utils", version = "0.6.1" }
44+
cxx-qt-lib-extras-headers = { path = "crates/cxx-qt-lib-extras-headers", version = "0.6.1" }
45+
cxx-qt-lib-extras = { path = "crates/cxx-qt-lib-extras", version = "0.6.1" }
4646

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

0 commit comments

Comments
 (0)