|
17 | 17 | uses: dtolnay/rust-toolchain@stable |
18 | 18 | with: |
19 | 19 | components: rustfmt |
20 | | - toolchain: nightly-2025-04-06 |
| 20 | + toolchain: nightly-2025-05-09 |
21 | 21 |
|
22 | 22 | - name: Run `cargo fmt` |
23 | 23 | run: | |
|
41 | 41 | uses: dtolnay/rust-toolchain@stable |
42 | 42 | with: |
43 | 43 | components: clippy |
44 | | - toolchain: nightly-2025-04-06 |
| 44 | + toolchain: nightly-2025-05-09 |
45 | 45 | targets: riscv32im-unknown-none-elf |
46 | 46 |
|
47 | 47 | - name: Add clippy |
|
79 | 79 | - name: Install Rust |
80 | 80 | uses: dtolnay/rust-toolchain@stable |
81 | 81 | with: |
82 | | - toolchain: nightly-2025-04-06 |
| 82 | + toolchain: nightly-2025-05-09 |
83 | 83 | targets: riscv32im-unknown-none-elf |
84 | 84 |
|
85 | 85 | - name: Install cargo-expand |
@@ -113,7 +113,7 @@ jobs: |
113 | 113 | - name: Install Rust |
114 | 114 | uses: dtolnay/rust-toolchain@stable |
115 | 115 | with: |
116 | | - toolchain: nightly-2025-04-06 # same version as normal tests |
| 116 | + toolchain: nightly-2025-05-09 # same version as normal tests |
117 | 117 | # need riscv32im-unknown-none-elf for building guest binaries |
118 | 118 | targets: wasm32-wasip1, riscv32im-unknown-none-elf |
119 | 119 |
|
@@ -153,7 +153,7 @@ jobs: |
153 | 153 | - name: Install Rust |
154 | 154 | uses: dtolnay/rust-toolchain@stable |
155 | 155 | with: |
156 | | - toolchain: nightly-2025-04-06 |
| 156 | + toolchain: nightly-2025-05-09 |
157 | 157 | targets: riscv32im-unknown-none-elf |
158 | 158 |
|
159 | 159 | - uses: taiki-e/install-action@nextest |
@@ -217,7 +217,7 @@ jobs: |
217 | 217 | - name: Install Rust |
218 | 218 | uses: dtolnay/rust-toolchain@stable |
219 | 219 | with: |
220 | | - toolchain: nightly-2025-04-06 |
| 220 | + toolchain: nightly-2025-05-09 |
221 | 221 | targets: riscv32im-unknown-none-elf |
222 | 222 |
|
223 | 223 | - name: Download pre-built host project |
|
0 commit comments