story-kit: merge 260_refactor_upgrade_libsqlite3_sys
This commit is contained in:
@@ -32,7 +32,10 @@ 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.35.0", features = ["bundled"] }
|
||||
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"] }
|
||||
wait-timeout = "0.2.1"
|
||||
|
||||
[dev-dependencies]
|
||||
|
||||
Reference in New Issue
Block a user