utils (database): use bundled SQLite

This commit is contained in:
Oskar 2022-04-17 13:51:18 +02:00 committed by GitHub
parent 020ffd1170
commit 0867e44d58
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,4 +41,5 @@ optional = true
# database
[dependencies.rusqlite]
version = "0.27.0"
features = ["bundled"]
optional = true