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

Lower the MSRV to 1.63 #3881

Merged
merged 2 commits into from
Aug 29, 2024
Merged

Lower the MSRV to 1.63 #3881

merged 2 commits into from
Aug 29, 2024

Conversation

tgross35
Copy link
Contributor

This will get us compatibility with Debian stable.

If this turns out to be problematic, we can always raise it back in the time before 1.0 is released.

@rustbot
Copy link
Collaborator

rustbot commented Aug 29, 2024

r? @JohnTitor

rustbot has assigned @JohnTitor.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

Since this is packed [1] and we don't have `Copy`, we won't need the
extra traits. Remove them here, which also helps lower the MSRV.

Additionally, remove some implementations on a union and packed structs
that could be unaligned.

[1]: https://opensource.apple.com/source/xnu/xnu-7195.81.3/bsd/net/if.h.auto.html
This will get us compatibility with Debian stable.

If this turns out to be problematic, we can always raise it back in the
time before 1.0 is released.
@tgross35 tgross35 added this pull request to the merge queue Aug 29, 2024
Merged via the queue into rust-lang:main with commit 7051191 Aug 29, 2024
41 checks passed
@tgross35 tgross35 deleted the msrv-1.63 branch August 29, 2024 10:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants