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

@@ -32,7 +32,10 @@ matrix-sdk = { workspace = true }
pulldown-cmark = { workspace = true }
# Force bundled SQLite so static musl builds don't need a system libsqlite3
libsqlite3-sys = { version = "0.35.0", features = ["bundled"] }
libsqlite3-sys = { version = "0.37.0", features = ["bundled"] }
# Enable fallible_uint feature to restore u64/usize ToSql/FromSql impls needed
# by matrix-sdk-sqlite (removed in rusqlite 0.38+ without this feature flag)
rusqlite = { version = "0.37.99", features = ["fallible_uint"] }
wait-timeout = "0.2.1"
[dev-dependencies]