trying to fix models

This commit is contained in:
Chris Cochrun 2024-09-12 15:27:34 -05:00
parent a1f18f803d
commit b61e05a423
6 changed files with 20 additions and 28 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 = "0.6.0"
cxx-qt-lib = "0.6.0"
cxx-qt = "0.6.1"
cxx-qt-lib = "0.6.1"
# home = "0.5.4"
dirs = "5.0.0"
diesel = { version = "2.0.3", features = ["sqlite"] }
@ -44,8 +44,8 @@ reqwest = "0.11.23"
# 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.6.0"
qt-build-utils = "0.6.0"
cxx-qt-build = "0.6.1"
qt-build-utils = "0.6.1"
# [dependencies.confy]
# features = ["yaml_conf"]