Skip to content

Commit a75dec6

Browse files
authored
Allow to use different versions of the libsqlite3-sys crate (#209)
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.
1 parent bfb4c17 commit a75dec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proj-sys/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ links = "proj"
1212
rust-version = "1.70"
1313

1414
[dependencies]
15-
libsqlite3-sys = "0.28"
15+
libsqlite3-sys = ">=0.28,<0.31"
1616
link-cplusplus = "1.0"
1717

1818
[build-dependencies]

0 commit comments

Comments
 (0)