Skip to content

Commit 9e4bee3

Browse files
committed
cargo: bump version to 0.7.1
1 parent 8d31eaf commit 9e4bee3

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Cargo.toml

Lines changed: 7 additions & 7 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.0"
30+
version = "0.7.1"
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]
3535
cxx-qt = { path = "crates/cxx-qt" }
36-
cxx-qt-macro = { path = "crates/cxx-qt-macro", version = "0.7.0" }
37-
cxx-qt-build = { path = "crates/cxx-qt-build", version = "0.7.0" }
38-
cxx-qt-gen = { path = "crates/cxx-qt-gen", version = "0.7.0" }
39-
cxx-qt-lib = { path = "crates/cxx-qt-lib", version = "0.7.0" }
40-
qt-build-utils = { path = "crates/qt-build-utils", version = "0.7.0" }
41-
cxx-qt-lib-extras = { path = "crates/cxx-qt-lib-extras", version = "0.7.0" }
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" }
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 v0.7.0
137+
GIT_TAG v0.7.1
138138
{{#include ../../../examples/qml_minimal/CMakeLists.txt:book_cmake_find_cxx_qt_end}}
139139
```
140140

0 commit comments

Comments
 (0)