File tree Expand file tree Collapse file tree 7 files changed +15
-14
lines changed Expand file tree Collapse file tree 7 files changed +15
-14
lines changed Original file line number Diff line number Diff line change 1010 build-riscv :
1111 strategy :
1212 matrix :
13- # All generated code should be running on stable now, MRSV is 1.61 .0
14- toolchain : [ stable, nightly, 1.61 .0 ]
13+ # All generated code should be running on stable now, MRSV is 1.67 .0
14+ toolchain : [ stable, nightly, 1.67 .0 ]
1515 target :
1616 - riscv32i-unknown-none-elf
1717 - riscv32im-unknown-none-elf
2828 - toolchain : nightly
2929 experimental : true
3030 exclude :
31- - toolchain : 1.61 .0
31+ - toolchain : 1.67 .0
3232 target : riscv32im-unknown-none-elf
33- - toolchain : 1.61 .0
33+ - toolchain : 1.67 .0
3434 target : riscv32imafc-unknown-none-elf
3535 runs-on : ubuntu-latest
3636 continue-on-error : ${{ matrix.experimental || false }}
Original file line number Diff line number Diff line change 1111 build-riscv :
1212 strategy :
1313 matrix :
14- # All generated code should be running on stable now, MRSV is 1.61 .0
15- toolchain : [ stable, nightly, 1.61 .0 ]
14+ # All generated code should be running on stable now, MRSV is 1.67 .0
15+ toolchain : [ stable, nightly, 1.67 .0 ]
1616 target :
1717 - riscv32i-unknown-none-elf
1818 - riscv32imc-unknown-none-elf
Original file line number Diff line number Diff line change 1111 strategy :
1212 matrix :
1313 os : [ macos-latest, ubuntu-latest, windows-latest ]
14- toolchain : [ stable, nightly, 1.61 .0 ]
14+ toolchain : [ stable, nightly, 1.67 .0 ]
1515 include :
1616 # Nightly is only for reference and allowed to fail
1717 - rust : nightly
Original file line number Diff line number Diff line change 1111 build-riscv :
1212 strategy :
1313 matrix :
14- # All generated code should be running on stable now, MRSV is 1.61 .0
15- toolchain : [ stable, nightly, 1.61 .0 ]
14+ # All generated code should be running on stable now, MRSV is 1.67 .0
15+ toolchain : [ stable, nightly, 1.67 .0 ]
1616 target :
1717 - riscv32i-unknown-none-elf
1818 - riscv32imc-unknown-none-elf
Original file line number Diff line number Diff line change 2020 run-build :
2121 strategy :
2222 matrix :
23- # All generated code should be running on stable now, MRSV is 1.61 .0
24- toolchain : [ stable, nightly, 1.61 .0 ]
23+ # All generated code should be running on stable now, MRSV is 1.67 .0
24+ toolchain : [ stable, nightly, 1.67 .0 ]
2525 target :
2626 - riscv32i-unknown-none-elf
2727 - riscv32im-unknown-none-elf
3737 - toolchain : nightly
3838 experimental : true
3939 exclude :
40- - toolchain : 1.61 .0
40+ - toolchain : 1.67 .0
4141 target : riscv32im-unknown-none-elf
42- - toolchain : 1.61 .0
42+ - toolchain : 1.67 .0
4343 target : riscv32imafc-unknown-none-elf
4444 runs-on : ubuntu-latest
4545 continue-on-error : ${{ matrix.experimental || false }}
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1414- Add ` senvcfg ` CSR
1515- Add ` scontext ` CSR
1616- Add ` mconfigptr ` CSR
17+ - Bump MSRV to 1.67.0 for ` log ` to ` ilog ` name change
1718
1819### Changed
1920
Original file line number Diff line number Diff line change 22name = " riscv"
33version = " 0.13.0"
44edition = " 2021"
5- rust-version = " 1.61 "
5+ rust-version = " 1.67 "
66repository = " https://github.com/rust-embedded/riscv"
77authors = [" The RISC-V Team <risc-v@teams.rust-embedded.org>" ]
88categories = [" embedded" , " hardware-support" , " no-std" ]
You can’t perform that action at this time.
0 commit comments