Skip to content

Commit

Permalink
Relax libsqlite3-sys version requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
lnicola committed Oct 19, 2024
1 parent a823ab6 commit 5ce6e00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gdal-src/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ links = "gdal_src"
[dependencies]
link-cplusplus = "1.0"
proj-sys = { version = "0.24.0", features = ["bundled_proj"] }
libsqlite3-sys = { version = "0.28.0", features = ["bundled"], optional = true }
libsqlite3-sys = { version = ">=0.28,<0.31", features = ["bundled"], optional = true }
hdf5-sys = { package = "hdf5-metno-sys", version = "0.9.1", optional = true, features = ["static", "hl", "deprecated"] }
netcdf-sys = { version = "0.8.1", optional = true, features = ["static"] }
pq-src = { version = "0.3.2", optional = true, default-features = false }
Expand Down

0 comments on commit 5ce6e00

Please sign in to comment.