story-kit: queue 260_refactor_upgrade_libsqlite3_sys for merge

This commit is contained in:
Dave
2026-03-17 13:38:24 +00:00
parent ae73d95d50
commit 730e7324ea

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 `0.37.0`. 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 `0.37.0`
- [ ] `cargo build` succeeds
- [ ] All tests pass