From 28d34eb85d413d53441423fe26cc1a2f8267600b Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Tue, 14 Jan 2025 20:59:32 +0000 Subject: [PATCH] fix: remove rust 1.74.1 --- .forgejo/workflows/push-next.yml | 1 - Dockerfile | 3 --- 2 files changed, 4 deletions(-) diff --git a/.forgejo/workflows/push-next.yml b/.forgejo/workflows/push-next.yml index 6c800c1..4a57795 100644 --- a/.forgejo/workflows/push-next.yml +++ b/.forgejo/workflows/push-next.yml @@ -13,7 +13,6 @@ jobs: toolchain: - name: stable - name: nightly - - name: 1.74.1 steps: - uses: actions/checkout@v4 diff --git a/Dockerfile b/Dockerfile index 80e35d8..fa25064 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,9 +23,6 @@ RUN cargo binstall -y \ cargo-mutants@25.0 \ 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 RUN rustup update stable && rustup component add --toolchain stable rustfmt clippy