fix: remove rust 1.74.1
All checks were successful
/ test (map[name:nightly]) (push) Successful in 13s
/ test (map[name:stable]) (push) Successful in 12s

This commit is contained in:
Paul Campbell 2025-01-14 20:59:32 +00:00
parent 2c8b4776d9
commit 28d34eb85d
2 changed files with 0 additions and 4 deletions

View file

@ -13,7 +13,6 @@ jobs:
toolchain: toolchain:
- name: stable - name: stable
- name: nightly - name: nightly
- name: 1.74.1
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4

View file

@ -23,9 +23,6 @@ RUN cargo binstall -y \
cargo-mutants@25.0 \ cargo-mutants@25.0 \
release-plz@0.3 release-plz@0.3
# install v1.74.1
RUN rustup install 1.74.1 && rustup component add --toolchain 1.74.1 rustfmt clippy
# should be a no-op if the FROM line is up-to-date # should be a no-op if the FROM line is up-to-date
RUN rustup update stable && rustup component add --toolchain stable rustfmt clippy RUN rustup update stable && rustup component add --toolchain stable rustfmt clippy