story-kit: merge 260_refactor_upgrade_libsqlite3_sys

This commit is contained in:
Dave
2026-03-17 13:39:08 +00:00
parent b0e4e04c9d
commit ea062400e5
73 changed files with 23405 additions and 10 deletions

View File

@@ -37,3 +37,9 @@ matrix-sdk = { version = "0.16.0", default-features = false, features = [
pulldown-cmark = { version = "0.13.1", default-features = false, features = [
"html",
] }
[patch.crates-io]
# Patch rusqlite 0.37.x (used by matrix-sdk-sqlite) with a local fork that requires
# libsqlite3-sys 0.37.0 instead of 0.35.0, enabling a single unified libsqlite3-sys
# 0.37.0 in the dependency graph with the "bundled" feature for static builds.
rusqlite = { path = "vendor/rusqlite" }