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

chore: Update from _rust template #152

Merged
merged 8 commits into from
Sep 27, 2024
Merged

chore: Update from _rust template #152

merged 8 commits into from
Sep 27, 2024

Commits on Jul 26, 2024

  1. Have clippy warn about uninlined format arguments

    This makes clippy warn about `format!("{}", var)`, with a
    machine-applicable fix converting to `format!("{var}")`.
    joshtriplett committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    553258a View commit details
    Browse the repository at this point in the history
  2. Merge pull request rust-cli#22 from joshtriplett/clippy-uninlined-for…

    …mat-args
    
    Have clippy warn about uninlined format arguments
    epage authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    266ead1 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

  1. docs(contrib): Fix tpo

    epage committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    7a28f01 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. Configuration menu
    Copy the full SHA
    37cf108 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Merge pull request rust-cli#23 from epage/renovate/embarkstudios-carg…

    …o-deny-action-2.x
    
    chore(deps): Update EmbarkStudios/cargo-deny-action action to v2
    epage authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    68d2027 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. chore: Ensure pre-commit gets non-system Python

    This is needed with the ubuntu-24.04 images so that `setup-python` will
    install a version of Python that the pre-commit action can install into.
    
    See pre-commit/action#210 for more of an analysis of this.
    epage committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    6e193aa View commit details
    Browse the repository at this point in the history
  2. Merge pull request rust-cli#24 from epage/pre-commit

    chore: Ensure pre-commit gets non-system Python
    epage authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    35fcbb7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    10d6196 View commit details
    Browse the repository at this point in the history