story-kit: create 260_refactor_upgrade_libsqlite3_sys
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user