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

Commits on Aug 29, 2024

  1. Move Apple struct ifconf to s_no_extra_traits!

    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
    tgross35 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    b9c6d8a View commit details
    Browse the repository at this point in the history
  2. Lower the MSRV to 1.63

    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 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    bfc1b6f View commit details
    Browse the repository at this point in the history