Skip to content

sqlx-postgres: Bump etcetera to 0.10.0 #3867

New issue

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

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

Already on GitHub? # to your account

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

Conversation

miniduikboot
Copy link

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
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
# for free to join this conversation on GitHub. Already have an account? # 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.

2 participants