Skip to content

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

Closed
kriswuollett wants to merge 1 commit intolaunchbadge:mainfrom
kriswuollett:libsqlite3-sys-0.35.0
Closed

feat: update libsqlite3-sys to 0.35.0 for SQLite 3.50.2 (#3926)#3927
kriswuollett wants to merge 1 commit intolaunchbadge:mainfrom
kriswuollett:libsqlite3-sys-0.35.0

Conversation

@kriswuollett
Copy link
Copy Markdown

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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
Collaborator

See #3844 (comment)

@abonander
Copy link
Copy Markdown
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