diff --git a/.story_kit/work/1_upcoming/260_refactor_upgrade_libsqlite3_sys.md b/.story_kit/work/1_upcoming/260_refactor_upgrade_libsqlite3_sys.md index 5f8491a..a32bd77 100644 --- a/.story_kit/work/1_upcoming/260_refactor_upgrade_libsqlite3_sys.md +++ b/.story_kit/work/1_upcoming/260_refactor_upgrade_libsqlite3_sys.md @@ -6,7 +6,7 @@ name: "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. +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.