Skip to content

feat: update libsqlite3-sys to 0.35.0 for SQLite 3.50.2 (#3926) #3927

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

kriswuollett
Copy link

May obsolete PR #3922 for #3921

Does your PR solve an issue?

fixes #3926

Is this a breaking change?

TBD by maintainers

@kriswuollett
Copy link
Author

kriswuollett commented Jul 8, 2025

Testing done is merely just getting no version conflicts in my workspace with:

diesel = { git = "https://github.com/kriswuollett/diesel", branch = "libsqlite3-sys-0.35.0" }
deadpool = { git = "https://github.com/kriswuollett/deadpool", branch = "libsqlite3-sys-0.35.0" }
deadpool-sqlite = { git = "https://github.com/kriswuollett/deadpool", branch = "libsqlite3-sys-0.35.0" }
refinery = { git = "https://github.com/kriswuollett/refinery", branch = "libsqlite3-sys-0.35.0" }
refinery-core = { git = "https://github.com/kriswuollett/refinery", branch = "libsqlite3-sys-0.35.0" }
sqlx = { git = "https://github.com/kriswuollett/sqlx", branch = "libsqlite3-sys-0.35.0" }
sqlx-sqlite = { git = "https://github.com/kriswuollett/sqlx", branch = "libsqlite3-sys-0.35.0" }

@abonander
Copy link
Collaborator

I'm actually already working on a branch that's going to change this to use a version range instead, so we don't have to make releases in lockstep with libsqlite3-sys.

As such, this is unlikely to be merged.

@abonander
Copy link
Collaborator

See #3844 (comment)

@abonander
Copy link
Collaborator

#3928

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.

Update to libsqlite3-sys 0.35.0 for rusqlite 0.37.0 compatibility
2 participants