Skip to content

sqlx-postgres: Bump etcetera to 0.10.0 #3867

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

Merged
merged 1 commit into from
Jul 1, 2025

Conversation

miniduikboot
Copy link
Contributor

This bumps the underlying version of windows-sys used by this crate.

I've only compile tested this by crosscompiling from Linux.

Does your PR solve an issue?

No

Is this a breaking change?

Yes, but a workaround for users is available

MSRV increases to 1.81.0, while sqlx-postgres 0.8.5 has an MSRV of 1.75.0

Users can pin home to version 0.5.9 or older 1.70.0 if home is pinned to 0.5.9 or older, which would solve the issue.

Alternatives are:

  • Bumping to etcetera 0.9.0 which has an MSRV of 1.70.0
  • Merging this after 3821, which increases MSRV to 1.85.0, removing this concern

This bumps the underlying version of windows-sys used by this crate.

I've only compile tested this by crosscompiling from Linux.
@@ -3653,7 +3653,6 @@ dependencies = [
"sqlx-postgres",
"sqlx-sqlite",
"syn 2.0.96",
"tempfile",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

side effect from #3830

@abonander abonander added the breaking:MSRV Requires waiting for an MSRV bump (see FAQ.md) label May 17, 2025
@abonander abonander merged commit 2fd3dab into launchbadge:main Jul 1, 2025
84 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking:MSRV Requires waiting for an MSRV bump (see FAQ.md)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants