an attempt to see what moving the sqlx would be like
This commit is contained in:
parent
5c3ee6eba3
commit
58fe68a671
3 changed files with 543 additions and 99 deletions
|
@ -24,7 +24,7 @@ cxx-qt-lib = "0.5.3"
|
|||
# home = "0.5.4"
|
||||
dirs = "5.0.0"
|
||||
diesel = { version = "2.0.3", features = ["sqlite"] }
|
||||
libsqlite3-sys = { version = ">=0.17.2, <0.26.0", features = ["bundled"] }
|
||||
# libsqlite3-sys = { version = ">=0.17.2", features = ["bundled"] }
|
||||
youtube_dl = "0.8.0"
|
||||
diesel_migrations = { version = "2.1.0", features = ["sqlite"] }
|
||||
tar = "0.4.40"
|
||||
|
@ -33,7 +33,7 @@ serde_json = "1.0.104"
|
|||
fastrand = "2.0.0"
|
||||
rfd = { version = "0.12.0", features = ["xdg-portal"], default-features = false }
|
||||
pretty_env_logger = "0.5.0"
|
||||
sqlx = { version = "0.6.3", features = ["sqlite", "runtime-tokio"] }
|
||||
sqlx = { version = "0.7", features = ["sqlite", "runtime-tokio"] }
|
||||
# ffmpeg-next = "6.0.0"
|
||||
|
||||
# cxx-qt-build generates C++ code from the `#[cxx_qt::bridge]` module
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue