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
1 changed files with 1 additions and 0 deletions

View File

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