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

cargo: update msrv to 1.75 #1084

Merged
merged 4 commits into from
Jun 17, 2024
Merged

cargo: update msrv to 1.75 #1084

merged 4 commits into from
Jun 17, 2024

Commits on Jun 17, 2024

  1. cargo: update msrv to 1.75

    Additionally run `cargo update` to update all dep's.
    prestist committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    cd242c6 View commit details
    Browse the repository at this point in the history
  2. workflows/rust: directly update toolchain to 1.75.0

    I have made a MR into repo-templates to update this file.
    seen here: coreos/repo-templates#230
    Once it lands the downstream MR for updating the toolchain will
    not be able to merge due to failing CI we currently have, and
    we cannot merge the fix for the failing CI without it. So
    add the lint CI update here to allow CI fixes to be mergable.
    prestist committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    e4893f5 View commit details
    Browse the repository at this point in the history
  3. lint: address latest lint's from msrv update

    First: update default_features to default-features in cargo.toml
    Second: replace get(0) with first()
    prestist committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    c879642 View commit details
    Browse the repository at this point in the history
  4. lint: silence deadcode warnings

    Apprently we have had deadcode which is now being picked up by latest
    MSRV lint. Created issue to evaluate it coreos#1085.
    prestist committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    3e71484 View commit details
    Browse the repository at this point in the history