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

Update to sqlx 0.8.0 #794

Merged
merged 1 commit into from
Jul 25, 2024
Merged

Update to sqlx 0.8.0 #794

merged 1 commit into from
Jul 25, 2024

Conversation

paulgb
Copy link
Member

@paulgb paulgb commented Jul 25, 2024

This updates sqlx to the latest version (0.8.0), and also updates rusqlite to 0.31.0. The latest version of rusqlite is 0.32.0, but we can't use that at the same time as sqlite, because it depends on libsqlite3-sys 0.30.0, which conflicts with the version sqlx 0.8.0 depends on (0.28.0). This is the same version that rustqlite 0.31.0 uses, so we use that version instead.

Related upstream issue: launchbadge/sqlx#3295

Copy link

vercel bot commented Jul 25, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
plane ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 25, 2024 4:45pm

@rolyatmax rolyatmax merged commit 073b1ef into main Jul 25, 2024
6 checks passed
@rolyatmax rolyatmax deleted the paulgb/update-sqlx branch July 25, 2024 17:59
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.

3 participants