Skip to content

Commit f5cdf33

Browse files
authored
sqlx-sqlite: relax libsqlite3-sys constraint to allow 0.36.x (#4161)
1 parent 7248f64 commit f5cdf33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlx-sqlite/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ _unstable-docs = [
5656

5757
[dependencies.libsqlite3-sys]
5858
# See `sqlx-sqlite/src/lib.rs` for details.
59-
version = ">=0.30.0, <0.36.0"
59+
version = ">=0.30.0, <0.37.0"
6060
default-features = false
6161
features = [
6262
"pkg-config",

0 commit comments

Comments
 (0)