Skip to content

Commit a90a560

Browse files
committed
ci: update rust check workflow to assume MSRV at rustc nightly-2024-12-11
Signed-off-by: Zhouqi Jiang <[email protected]>
1 parent aebed44 commit a90a560

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Xuantie RISC-V CI
1+
name: Rust checks
22

33
on:
44
push:
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install Rust toolchain
2020
uses: actions-rs/toolchain@v1
2121
with:
22-
toolchain: 1.59.0
22+
toolchain: nightly-2024-12-11
2323
override: true
2424
components: rustfmt
2525
- name: Run cargo fmt to check formatting
@@ -41,7 +41,7 @@ jobs:
4141
- name: Install Rust toolchain
4242
uses: actions-rs/toolchain@v1
4343
with:
44-
toolchain: 1.59.0
44+
toolchain: nightly-2024-12-11
4545
target: ${{ matrix.target }}
4646
override: true
4747

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Low level access to T-Head XuanTie RISC-V processors
88

99
## Minimum supported Rust version
1010

11-
This crate should be built under Rust 1.59.0 or later, or nightly version newer than 2021-12-15.
11+
This crate should be built under Rust rustc 1.85.0-nightly (21fe748be 2024-12-11) or later.
1212

1313
## Contributing
1414

0 commit comments

Comments
 (0)