mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-04 17:04:18 +01:00
test: Switch to bundled SQLite for rusqlite
We're seeing build errors on Windows so let's see if this fixes it.
This commit is contained in:
@@ -19,7 +19,7 @@ dirs = "5.0.1"
|
||||
env_logger = "0.10.1"
|
||||
limbo_core = { path = "../core" }
|
||||
rustyline = "12.0.0"
|
||||
rusqlite = "0.29.0"
|
||||
rusqlite = { version = "0.29", features = ["bundled"] }
|
||||
|
||||
[dev-dependencies]
|
||||
rstest = "0.18.2"
|
||||
|
||||
Reference in New Issue
Block a user