diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 54115cef62f..f0fe3181e5e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -151,7 +151,7 @@ jobs: - run: rm rust-toolchain.toml - uses: actions-rust-lang/setup-rust-toolchain@v1 with: - toolchain: nightly-2024-10-11 + toolchain: nightly-2025-01-22 components: rustfmt, clippy target: aarch64-unknown-linux-gnu,x86_64-unknown-linux-gnu - uses: actions/setup-python@v5 # For http mirroring tests with Flask and FastAPI. @@ -193,7 +193,7 @@ jobs: repo-token: ${{ secrets.GITHUB_TOKEN }} - uses: actions-rust-lang/setup-rust-toolchain@v1 with: - toolchain: nightly-2024-10-11 + toolchain: nightly-2025-01-22 # TODO(alex): `no-deps` here due to an issue in `futures-util`. - run: cargo doc --document-private-items --no-deps @@ -210,7 +210,7 @@ jobs: repo-token: ${{ secrets.GITHUB_TOKEN }} # the setup rust toolchain action ignores the input if file exists.. so remove it - run: rm rust-toolchain.toml - - run: rustup default nightly-2024-10-11 + - run: rustup default nightly-2025-01-22 - name: test run: cargo test --target x86_64-unknown-linux-gnu -p mirrord-agent @@ -391,7 +391,7 @@ jobs: with: components: rustfmt, clippy target: aarch64-apple-darwin - toolchain: nightly-2024-10-11 + toolchain: nightly-2025-01-22 - name: Install Protoc uses: arduino/setup-protoc@v3 with: