Skip to content

Commit 8312650

Browse files
committed
Update CI.
1 parent caf0972 commit 8312650

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: dtolnay/rust-toolchain@stable
1818
with:
1919
components: rustfmt
20-
toolchain: nightly-2025-04-06
20+
toolchain: nightly-2025-05-09
2121

2222
- name: Run `cargo fmt`
2323
run: |
@@ -41,7 +41,7 @@ jobs:
4141
uses: dtolnay/rust-toolchain@stable
4242
with:
4343
components: clippy
44-
toolchain: nightly-2025-04-06
44+
toolchain: nightly-2025-05-09
4545
targets: riscv32im-unknown-none-elf
4646

4747
- name: Add clippy
@@ -79,7 +79,7 @@ jobs:
7979
- name: Install Rust
8080
uses: dtolnay/rust-toolchain@stable
8181
with:
82-
toolchain: nightly-2025-04-06
82+
toolchain: nightly-2025-05-09
8383
targets: riscv32im-unknown-none-elf
8484

8585
- name: Install cargo-expand
@@ -113,7 +113,7 @@ jobs:
113113
- name: Install Rust
114114
uses: dtolnay/rust-toolchain@stable
115115
with:
116-
toolchain: nightly-2025-04-06 # same version as normal tests
116+
toolchain: nightly-2025-05-09 # same version as normal tests
117117
# need riscv32im-unknown-none-elf for building guest binaries
118118
targets: wasm32-wasip1, riscv32im-unknown-none-elf
119119

@@ -153,7 +153,7 @@ jobs:
153153
- name: Install Rust
154154
uses: dtolnay/rust-toolchain@stable
155155
with:
156-
toolchain: nightly-2025-04-06
156+
toolchain: nightly-2025-05-09
157157
targets: riscv32im-unknown-none-elf
158158

159159
- uses: taiki-e/install-action@nextest
@@ -217,7 +217,7 @@ jobs:
217217
- name: Install Rust
218218
uses: dtolnay/rust-toolchain@stable
219219
with:
220-
toolchain: nightly-2025-04-06
220+
toolchain: nightly-2025-05-09
221221
targets: riscv32im-unknown-none-elf
222222

223223
- name: Download pre-built host project

0 commit comments

Comments
 (0)