Skip to content

Commit

Permalink
Allow to use different versions of the libsqlite3-sys crate (#209)
Browse files Browse the repository at this point in the history
I've opted to allow several different versions there instead of just
bumping the supported version as that makes it much easier to use
proj-sys in a complex project where other crates depend on
libpsqlite3-sys as well. Cargo then will figure out the right version
for all dependencies as long as there is a overlapping version.
  • Loading branch information
weiznich authored Sep 28, 2024
1 parent bfb4c17 commit a75dec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proj-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ links = "proj"
rust-version = "1.70"

[dependencies]
libsqlite3-sys = "0.28"
libsqlite3-sys = ">=0.28,<0.31"
link-cplusplus = "1.0"

[build-dependencies]
Expand Down

0 comments on commit a75dec6

Please sign in to comment.