Switch to async-sqlite library, rename CollectionFileError
This commit is contained in:
parent
d267475f0d
commit
c1481517bc
5 changed files with 91 additions and 73 deletions
|
@ -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" ] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue