diff --git a/.github/workflows/codex.yml b/.github/workflows/codex.yml index 18fe74cc8..eb14d8f1f 100644 --- a/.github/workflows/codex.yml +++ b/.github/workflows/codex.yml @@ -70,7 +70,7 @@ jobs: - name: Install dependencies run: pnpm install - - uses: dtolnay/rust-toolchain@1.88 + - uses: dtolnay/rust-toolchain@1.100 with: targets: x86_64-unknown-linux-gnu components: clippy diff --git a/.github/workflows/rust-ci.yml b/.github/workflows/rust-ci.yml index 97075a1f0..fa3b65850 100644 --- a/.github/workflows/rust-ci.yml +++ b/.github/workflows/rust-ci.yml @@ -26,7 +26,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: dtolnay/rust-toolchain@1.88 + - uses: dtolnay/rust-toolchain@1.100 with: components: rustfmt - name: cargo fmt @@ -64,7 +64,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: dtolnay/rust-toolchain@1.88 + - uses: dtolnay/rust-toolchain@1.100 with: targets: ${{ matrix.target }} components: clippy diff --git a/.github/workflows/rust-release.yml b/.github/workflows/rust-release.yml index 3f1c084d9..38b5409cb 100644 --- a/.github/workflows/rust-release.yml +++ b/.github/workflows/rust-release.yml @@ -73,7 +73,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: dtolnay/rust-toolchain@1.88 + - uses: dtolnay/rust-toolchain@1.100 with: targets: ${{ matrix.target }}