You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments