File tree 7 files changed +15
-14
lines changed 7 files changed +15
-14
lines changed Original file line number Diff line number Diff line change 10
10
build-riscv :
11
11
strategy :
12
12
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 ]
15
15
target :
16
16
- riscv32i-unknown-none-elf
17
17
- riscv32im-unknown-none-elf
28
28
- toolchain : nightly
29
29
experimental : true
30
30
exclude :
31
- - toolchain : 1.61 .0
31
+ - toolchain : 1.67 .0
32
32
target : riscv32im-unknown-none-elf
33
- - toolchain : 1.61 .0
33
+ - toolchain : 1.67 .0
34
34
target : riscv32imafc-unknown-none-elf
35
35
runs-on : ubuntu-latest
36
36
continue-on-error : ${{ matrix.experimental || false }}
Original file line number Diff line number Diff line change 11
11
build-riscv :
12
12
strategy :
13
13
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 ]
16
16
target :
17
17
- riscv32i-unknown-none-elf
18
18
- riscv32imc-unknown-none-elf
Original file line number Diff line number Diff line change 11
11
strategy :
12
12
matrix :
13
13
os : [ macos-latest, ubuntu-latest, windows-latest ]
14
- toolchain : [ stable, nightly, 1.61 .0 ]
14
+ toolchain : [ stable, nightly, 1.67 .0 ]
15
15
include :
16
16
# Nightly is only for reference and allowed to fail
17
17
- rust : nightly
Original file line number Diff line number Diff line change 11
11
build-riscv :
12
12
strategy :
13
13
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 ]
16
16
target :
17
17
- riscv32i-unknown-none-elf
18
18
- riscv32imc-unknown-none-elf
Original file line number Diff line number Diff line change 20
20
run-build :
21
21
strategy :
22
22
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 ]
25
25
target :
26
26
- riscv32i-unknown-none-elf
27
27
- riscv32im-unknown-none-elf
37
37
- toolchain : nightly
38
38
experimental : true
39
39
exclude :
40
- - toolchain : 1.61 .0
40
+ - toolchain : 1.67 .0
41
41
target : riscv32im-unknown-none-elf
42
- - toolchain : 1.61 .0
42
+ - toolchain : 1.67 .0
43
43
target : riscv32imafc-unknown-none-elf
44
44
runs-on : ubuntu-latest
45
45
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/).
14
14
- Add ` senvcfg ` CSR
15
15
- Add ` scontext ` CSR
16
16
- Add ` mconfigptr ` CSR
17
+ - Bump MSRV to 1.67.0 for ` log ` to ` ilog ` name change
17
18
18
19
### Changed
19
20
Original file line number Diff line number Diff line change 2
2
name = " riscv"
3
3
version = " 0.13.0"
4
4
edition = " 2021"
5
- rust-version = " 1.61 "
5
+ rust-version = " 1.67 "
6
6
repository = " https://github.com/rust-embedded/riscv"
7
7
authors = [" The RISC-V Team <risc-v@teams.rust-embedded.org>" ]
8
8
categories = [" embedded" , " hardware-support" , " no-std" ]
You can’t perform that action at this time.
0 commit comments