Revert "story-kit: merge 260_refactor_upgrade_libsqlite3_sys"

This reverts commit ea062400e5.
This commit is contained in:
Dave
2026-03-17 15:45:52 +00:00
parent 1f5d70ce0d
commit df0fa46591
73 changed files with 10 additions and 23405 deletions

View File

@@ -32,10 +32,7 @@ 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.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"] }
libsqlite3-sys = { version = "0.35.0", features = ["bundled"] }
wait-timeout = "0.2.1"
[dev-dependencies]