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

Bump MSRV to 1.66.0 #450

Merged
merged 4 commits into from
May 5, 2023
Merged

Bump MSRV to 1.66.0 #450

merged 4 commits into from
May 5, 2023

Commits on May 4, 2023

  1. Bump MSRV to 1.66.0

    This is what we have elsewhere in coreos/ and I think will
    be prep for further PRs.
    
    Signed-off-by: Colin Walters <walters@verbum.org>
    cgwalters committed May 4, 2023
    Configuration menu
    Copy the full SHA
    5837620 View commit details
    Browse the repository at this point in the history
  2. Allow clippy::box_default

    Because this code is right, and what `cargo clippy --fix` wants
    to do actually breaks compilation.
    
    Signed-off-by: Colin Walters <walters@verbum.org>
    cgwalters committed May 4, 2023
    Configuration menu
    Copy the full SHA
    a3a46ce View commit details
    Browse the repository at this point in the history
  3. tree-wide: Fix various minor clippy lints

    The unnecessary borrows one always feels like the most churn
    for the least value, but let's do it.
    
    Signed-off-by: Colin Walters <walters@verbum.org>
    cgwalters committed May 4, 2023
    Configuration menu
    Copy the full SHA
    087f63b View commit details
    Browse the repository at this point in the history
  4. filetree: Use .write_all() in tests

    This clippy lint catches a real bug.
    
    Signed-off-by: Colin Walters <walters@verbum.org>
    cgwalters committed May 4, 2023
    Configuration menu
    Copy the full SHA
    1f32f94 View commit details
    Browse the repository at this point in the history