1 Commits

Author SHA1 Message Date
Dave
2ff294724a Use bundled sqlite to avoid cross-compilation problems 2026-03-13 13:09:14 +00:00

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 = [ pulldown-cmark = { version = "0.13.1", default-features = false, features = [
"html", "html",
] } ] }
# Force bundled SQLite so static musl builds don't need a system libsqlite3
libsqlite3-sys = { version = "*", features = ["bundled"] }