mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-02-18 13:59:48 +00:00
sqlx-sqlite: relax libsqlite3-sys constraint to allow 0.36.x (#4161)
This commit is contained in:
parent
7248f64244
commit
f5cdf3316d
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user