docs: update stale libsqlite3-sys pin comment for sqlx 0.9 stable

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Timmy
2026-07-16 11:46:26 +01:00
co-authored by Claude Fable 5
parent a464febdcb
commit 6a1ee8377d
+3 -2
View File
@@ -40,8 +40,9 @@ tokio-tungstenite = { workspace = true }
# against a missing system libsqlite3.
#
# The 0.35 pin is the ceiling: rusqlite 0.37 (matrix-sdk-sqlite) requires
# 0.35.x exactly, and sqlx-sqlite 0.9.0-alpha.1 requires >=0.30, <0.36. Bumping
# this needs one of those upstreams to widen their range first.
# 0.35.x exactly, and sqlx-sqlite 0.9.0 requires >=0.30.1, <0.38. Bumping this
# needs matrix-sdk to move to a newer rusqlite first; sqlx then allows up to
# 0.37.x.
libsqlite3-sys = { version = "0.35.0", features = ["bundled"] }
sqlx = { workspace = true }
wait-timeout = "0.2.1"