|
29 | 29 | - name: Install Rust toolchain |
30 | 30 | uses: dtolnay/rust-toolchain@master |
31 | 31 | with: |
32 | | - toolchain: 1.94.1 |
| 32 | + toolchain: 1.95.0 |
33 | 33 |
|
34 | 34 | - name: Check Cargo.lock |
35 | 35 | working-directory: packages/taiko-client-rs |
@@ -72,10 +72,16 @@ jobs: |
72 | 72 | echo "LIBCLANG_PATH=$(llvm-config --libdir)" >> "$GITHUB_ENV" |
73 | 73 |
|
74 | 74 | - name: Install Rust toolchain |
| 75 | + uses: dtolnay/rust-toolchain@master |
| 76 | + with: |
| 77 | + toolchain: 1.95.0 |
| 78 | + components: clippy |
| 79 | + |
| 80 | + - name: Install Rust nightly toolchain |
75 | 81 | uses: dtolnay/rust-toolchain@master |
76 | 82 | with: |
77 | 83 | toolchain: nightly-2025-09-27 |
78 | | - components: clippy, rustfmt |
| 84 | + components: rustfmt |
79 | 85 |
|
80 | 86 | - name: Setup Rust cache |
81 | 87 | uses: Swatinem/rust-cache@v2 |
@@ -169,7 +175,7 @@ jobs: |
169 | 175 | - name: Install Rust toolchain |
170 | 176 | uses: dtolnay/rust-toolchain@master |
171 | 177 | with: |
172 | | - toolchain: nightly-2025-09-27 |
| 178 | + toolchain: 1.95.0 |
173 | 179 |
|
174 | 180 | - name: Setup Rust cache |
175 | 181 | uses: Swatinem/rust-cache@v2 |
@@ -288,8 +294,7 @@ jobs: |
288 | 294 | - name: Install Rust toolchain |
289 | 295 | uses: dtolnay/rust-toolchain@master |
290 | 296 | with: |
291 | | - toolchain: nightly-2025-09-27 |
292 | | - components: clippy, rustfmt |
| 297 | + toolchain: 1.95.0 |
293 | 298 |
|
294 | 299 | - name: Setup Rust cache |
295 | 300 | uses: Swatinem/rust-cache@v2 |
|
0 commit comments