Skip to content

Release v0.6.3#644

Merged
Thomasdezeeuw merged 1 commit intomasterfrom
release-v0.6.3
Mar 6, 2026
Merged

Release v0.6.3#644
Thomasdezeeuw merged 1 commit intomasterfrom
release-v0.6.3

Conversation

@Thomasdezeeuw
Copy link
Collaborator

No description provided.

CHANGELOG.md Outdated
Comment on lines +6 to +9
* **POTENTIALLY BREAKING** Updated to windows-sys v0.61. windows-sys increased
their MSRV to 1.71, while socket2 is on 1.70. It's possible to downgrade
window-sys using the following command to stay on Rust 1.70:
`cargo update windows-sys --precise 0.60.2`
Copy link
Member

Choose a reason for hiding this comment

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

I'd split the note about MSRV out from the bullet point.

Suggested change
* **POTENTIALLY BREAKING** Updated to windows-sys v0.61. windows-sys increased
their MSRV to 1.71, while socket2 is on 1.70. It's possible to downgrade
window-sys using the following command to stay on Rust 1.70:
`cargo update windows-sys --precise 0.60.2`
* Support windows-sys v0.61 in addition to v0.60.
The MSRV of windows-sys v0.61 is 1.71. To use socket2 with its MSRV of 1.70, please use windows-sys v0.60: `cargo update windows-sys --precise 0.60.2`

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I changed the suggestion a little bit keeping the potentially breaking callout as I want to be explicit.

@Thomasdezeeuw Thomasdezeeuw merged commit 642df44 into master Mar 6, 2026
49 of 50 checks passed
@Thomasdezeeuw Thomasdezeeuw deleted the release-v0.6.3 branch March 6, 2026 13:18
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.

2 participants