Skip to content

Commit dc76dc0

Browse files
Bump version to 0.7.2
1 parent 2adffca commit dc76dc0

File tree

3 files changed

+17
-73
lines changed

3 files changed

+17
-73
lines changed

Cargo.lock

Lines changed: 8 additions & 64 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,18 @@ resolver = "2"
2727
edition = "2021"
2828
license = "MIT OR Apache-2.0"
2929
repository = "https://github.com/KDAB/cxx-qt/"
30-
version = "0.7.1"
30+
version = "0.7.2"
3131

3232
# Note a version needs to be specified on dependencies of packages
3333
# we publish, otherwise crates.io complains as it doesn't know the version.
3434
[workspace.dependencies]
35-
cxx-qt = { path = "crates/cxx-qt", version = "0.7.1" }
36-
cxx-qt-macro = { path = "crates/cxx-qt-macro", version = "0.7.1" }
37-
cxx-qt-build = { path = "crates/cxx-qt-build", version = "0.7.1" }
38-
cxx-qt-gen = { path = "crates/cxx-qt-gen", version = "0.7.1" }
39-
cxx-qt-lib = { path = "crates/cxx-qt-lib", version = "0.7.1" }
40-
qt-build-utils = { path = "crates/qt-build-utils", version = "0.7.1" }
41-
cxx-qt-lib-extras = { path = "crates/cxx-qt-lib-extras", version = "0.7.1" }
35+
cxx-qt = { path = "crates/cxx-qt", version = "0.7.2" }
36+
cxx-qt-macro = { path = "crates/cxx-qt-macro", version = "0.7.2" }
37+
cxx-qt-build = { path = "crates/cxx-qt-build", version = "0.7.2" }
38+
cxx-qt-gen = { path = "crates/cxx-qt-gen", version = "0.7.2" }
39+
cxx-qt-lib = { path = "crates/cxx-qt-lib", version = "0.7.2" }
40+
qt-build-utils = { path = "crates/qt-build-utils", version = "0.7.2" }
41+
cxx-qt-lib-extras = { path = "crates/cxx-qt-lib-extras", version = "0.7.2" }
4242

4343
cc = { version = "1.0.100", features = ["parallel"] }
4444
# Ensure that the example comments are kept in sync

book/src/getting-started/5-cmake-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Download CXX-Qts CMake code with FetchContent:
134134

135135
```cmake,ignore
136136
{{#include ../../../examples/qml_minimal/CMakeLists.txt:book_cmake_find_cxx_qt_start}}
137-
GIT_TAG 0.7.1
137+
GIT_TAG 0.7.2
138138
{{#include ../../../examples/qml_minimal/CMakeLists.txt:book_cmake_find_cxx_qt_end}}
139139
```
140140

0 commit comments

Comments
 (0)