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:
+3
-2
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user