drop rusqlite dependency

This commit is contained in:
Paul Robertson 2024-06-26 19:25:35 -04:00
parent 65177d237a
commit c61258fa0d
No known key found for this signature in database

View file

@ -378,12 +378,6 @@ version = "0.5.4"
default-features = false
features = ["use_std"]
[workspace.dependencies.rusqlite]
git = "https://github.com/rusqlite/rusqlite"
#branch = "master"
rev = "e00b626e2b1c67347d789fb7f600281705c89381"
features = ["bundled"]
# used only by rusqlite
[workspace.dependencies.parking_lot]
version = "0.12.3"