Switch to async-sqlite library, rename CollectionFileError

This commit is contained in:
Reinout Meliesie 2024-12-23 23:20:08 +01:00
parent d267475f0d
commit c1481517bc
Signed by: zedfrigg
GPG key ID: 3AFCC06481308BC6
5 changed files with 91 additions and 73 deletions

View file

@ -10,7 +10,7 @@ license = "GPL-3.0-or-later"
lto = true
[ dependencies ]
async-rusqlite = "0.4.0"
fallible-iterator = "0.2.0" # Must match version used by async-rusqlite
async-sqlite = { version = "0.3.1" , default-features = false }
fallible-iterator = "0.3.0" # Must match version used by async-sqlite
gtk4 = { version = "0.9.2" , features = [ "v4_16" ] }
libadwaita = { version = "0.7.0" , features = [ "v1_6" ] }