sqlx-sqlite: relax libsqlite3-sys constraint to allow 0.36.x (#4161)

This commit is contained in:
Dario Anongba Varela 2026-02-12 23:37:05 +01:00 committed by GitHub
parent 7248f64244
commit f5cdf3316d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -56,7 +56,7 @@ _unstable-docs = [
[dependencies.libsqlite3-sys]
# See `sqlx-sqlite/src/lib.rs` for details.
version = ">=0.30.0, <0.36.0"
version = ">=0.30.0, <0.37.0"
default-features = false
features = [
"pkg-config",