File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- name : Xuantie RISC-V CI
1
+ name : Rust checks
2
2
3
3
on :
4
4
push :
19
19
- name : Install Rust toolchain
20
20
uses : actions-rs/toolchain@v1
21
21
with :
22
- toolchain : 1.59.0
22
+ toolchain : nightly-2024-12-11
23
23
override : true
24
24
components : rustfmt
25
25
- name : Run cargo fmt to check formatting
41
41
- name : Install Rust toolchain
42
42
uses : actions-rs/toolchain@v1
43
43
with :
44
- toolchain : 1.59.0
44
+ toolchain : nightly-2024-12-11
45
45
target : ${{ matrix.target }}
46
46
override : true
47
47
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Low level access to T-Head XuanTie RISC-V processors
8
8
9
9
## Minimum supported Rust version
10
10
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 .
12
12
13
13
## Contributing
14
14
You can’t perform that action at this time.
0 commit comments