From 1998c0a2f343d6a61a87531d26b43004f755a19f Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Thu, 3 Sep 2026 11:47:46 -0700 Subject: [PATCH] sqlx-sqlite: relax libsqlite3-sys constraint to allow 0.38.x --- sqlx-sqlite/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sqlx-sqlite/Cargo.toml b/sqlx-sqlite/Cargo.toml index ffac1b9d14..632992ee97 100644 --- a/sqlx-sqlite/Cargo.toml +++ b/sqlx-sqlite/Cargo.toml @@ -56,7 +56,7 @@ _unstable-docs = [ [dependencies.libsqlite3-sys] # See `sqlx-sqlite/src/lib.rs` for details. -version = ">=0.30.1, <0.38.0" +version = ">=0.30.1, <0.39.0" default-features = false features = [ "pkg-config",