chore: use rusqlite 0.37 with bundled sqlite everywhere

This commit is contained in:
Jussi Saurio
2025-08-08 12:19:38 +03:00
parent 909338fad1
commit 87bf488bbc
8 changed files with 11 additions and 10 deletions

View File

@@ -12,7 +12,7 @@ cargo-fuzz = true
libfuzzer-sys = "0.4"
arbitrary = { version = "1.4.1", features = ["derive"] }
turso_core = { path = "../core", features = ["fuzz"] }
rusqlite = { version = "0.34.0", features = ["bundled"] }
rusqlite.workspace = true
# Prevent this from interfering with workspaces
[workspace]