Skip to content

Commit 97c95c2

Browse files
committed
cargo: bump version to 0.7.1
1 parent 914a8f9 commit 97c95c2

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

Cargo.lock

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+8-8
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,19 @@ resolver = "2"
3232
edition = "2021"
3333
license = "MIT OR Apache-2.0"
3434
repository = "https://github.com/KDAB/cxx-qt/"
35-
version = "0.7.0"
35+
version = "0.7.1"
3636
rust-version = "1.77.2" # Clippy needs to >= 1.78.0 for a lint, but the package can be 1.77.2
3737

3838
# Note a version needs to be specified on dependencies of packages
3939
# we publish, otherwise crates.io complains as it doesn't know the version.
4040
[workspace.dependencies]
41-
cxx-qt = { path = "crates/cxx-qt", version = "0.7.0" }
42-
cxx-qt-macro = { path = "crates/cxx-qt-macro", version = "0.7.0" }
43-
cxx-qt-build = { path = "crates/cxx-qt-build", version = "0.7.0" }
44-
cxx-qt-gen = { path = "crates/cxx-qt-gen", version = "0.7.0" }
45-
cxx-qt-lib = { path = "crates/cxx-qt-lib", version = "0.7.0" }
46-
qt-build-utils = { path = "crates/qt-build-utils", version = "0.7.0" }
47-
cxx-qt-lib-extras = { path = "crates/cxx-qt-lib-extras", version = "0.7.0" }
41+
cxx-qt = { path = "crates/cxx-qt", version = "0.7.1" }
42+
cxx-qt-macro = { path = "crates/cxx-qt-macro", version = "0.7.1" }
43+
cxx-qt-build = { path = "crates/cxx-qt-build", version = "0.7.1" }
44+
cxx-qt-gen = { path = "crates/cxx-qt-gen", version = "0.7.1" }
45+
cxx-qt-lib = { path = "crates/cxx-qt-lib", version = "0.7.1" }
46+
qt-build-utils = { path = "crates/qt-build-utils", version = "0.7.1" }
47+
cxx-qt-lib-extras = { path = "crates/cxx-qt-lib-extras", version = "0.7.1" }
4848

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

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

+1-1
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)