From 9888c2b7389623be8f034cc210cbf96ba15dd000 Mon Sep 17 00:00:00 2001 From: Georg Semmler Date: Mon, 20 Jan 2025 10:22:36 +0100 Subject: [PATCH] Update libsqlite3-sys to allow 0.31 as well --- gdal-src/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdal-src/Cargo.toml b/gdal-src/Cargo.toml index d50e34ef..1aa15361 100644 --- a/gdal-src/Cargo.toml +++ b/gdal-src/Cargo.toml @@ -38,7 +38,7 @@ include = [ [dependencies] link-cplusplus = "1.0" proj-sys = { version = "0.25.0", features = ["bundled_proj"] } -libsqlite3-sys = { version = ">=0.28.0,<0.31", features = [ +libsqlite3-sys = { version = ">=0.28.0,<0.32", features = [ "bundled", ], optional = true } hdf5-sys = { package = "hdf5-metno-sys", version = "0.9.1", optional = true, features = [