Use bundled sqlite to avoid cross-compilation problems

This commit is contained in:
Dave
2026-03-13 13:09:14 +00:00
parent bdffb44bb7
commit 2ff294724a

View File

@@ -37,3 +37,6 @@ matrix-sdk = { version = "0.16.0", default-features = false, features = [
pulldown-cmark = { version = "0.13.1", default-features = false, features = [
"html",
] }
# Force bundled SQLite so static musl builds don't need a system libsqlite3
libsqlite3-sys = { version = "*", features = ["bundled"] }