Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to libsqlite-sys 0.25 #2201

Closed
wants to merge 1 commit into from

Conversation

maxbrunsfeld
Copy link

We're using sqlx in an application that also needs to use libsqlite-sys version 0.25, via a different dependency. This change makes it possible for us to have both dependencies compiled in at once. Let me know if you have a policy around versioning sqlite. Another option I considered was to loosen the libsqlite-sys dependency version specifier to something like >= 0.24.1, <= 0.25.

@CosmicHorrorDev
Copy link
Contributor

See #2094

SQLite is already bumped on the v0.7 branch. It can't be bumped to 0.25 for sqlx v0.6.x because it is currently a breaking change

It was announced in the discord server that they will be trying to release sqlx v0.7.0 by the end of November

@CosmicHorrorDev
Copy link
Contributor

Also see #2176

@maxbrunsfeld
Copy link
Author

Thanks @LovecraftianHorror. I'll close this one out.

@maxbrunsfeld maxbrunsfeld deleted the bump-sqlite branch November 10, 2022 23:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants