Make get_collection_from_file async

This commit is contained in:
Reinout Meliesie 2024-12-22 21:02:39 +01:00
parent 183efaa047
commit f1751882be
Signed by: zedfrigg
GPG key ID: 3AFCC06481308BC6
4 changed files with 83 additions and 53 deletions

View file

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