Skip to content

change CI rustfmt to MSRV toolchain instead of nightly #541

Description

@alejandro-vaz

in .github/workflows/rust.yml change the style check to use MSRV instead of nightly

current workflow:

      - name: Style check
        if: matrix.nightly
        run: rustup component add rustfmt && cargo fmt --all --check

this removes formatting issues related to rustfmt updates such as in #539

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    good first issueGood for a first contributorhelp wantedNo clear candidate to implement itp-mediumMedium priorityr-cirelated to CI

    Type

    No type

    Projects

    No projects

      Milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions