story-kit: create 260_refactor_upgrade_libsqlite3_sys

This commit is contained in:
Dave
2026-03-17 13:00:48 +00:00
parent 46ab4cdd8a
commit e90bf38fa2

View File

@@ -0,0 +1,17 @@
---
name: "Upgrade libsqlite3-sys"
---
# Refactor 260: Upgrade libsqlite3-sys
## Description
Upgrade the `libsqlite3-sys` dependency from `0.35.0` to the latest version. The crate is used with `features = ["bundled"]` for static builds.
A previous manual attempt to upgrade failed on compile, so the agent should investigate compatibility with our current `matrix-sdk-sqlite` dependency and resolve any breaking changes.
## Acceptance Criteria
- [ ] `libsqlite3-sys` is upgraded to the latest compatible version
- [ ] `cargo build` succeeds
- [ ] All tests pass