switching to cxx-qt 0.5.3

This commit is contained in:
Chris Cochrun 2023-05-19 09:20:42 -05:00
parent 09aff7b1ff
commit 6da388c529
2 changed files with 24 additions and 49 deletions

View file

@ -19,8 +19,8 @@ serde = "1.0.152"
serde_derive = "1.0.152"
quote = "1.0.27"
cxx = "1.0.83"
cxx-qt = {git = "https://github.com/ahayzen-kdab/cxx-qt", branch = "533-qvariantmap-qml-issues"}
cxx-qt-lib = {git = "https://github.com/ahayzen-kdab/cxx-qt", branch = "533-qvariantmap-qml-issues"}
cxx-qt = "0.5.3"
cxx-qt-lib = "0.5.3"
# home = "0.5.4"
dirs = "5.0.0"
diesel = { version = "2.0.3", features = ["sqlite"] }
@ -32,7 +32,7 @@ youtube_dl = "0.8.0"
# cxx-qt-build generates C++ code from the `#[cxx_qt::bridge]` module
# and compiles it together with the Rust static library
[build-dependencies]
cxx-qt-build = "0.5.1"
cxx-qt-build = "0.5.3"
# [dependencies.confy]
# features = ["yaml_conf"]