Skip to content

Commit 9828c17

Browse files
committed
riscv: bump MSRV to 1.67.0
Bumps the MSRV to 1.67.0 for the name change of the integer log functions from `log` to `ilog` variants.
1 parent ea82de9 commit 9828c17

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/riscv.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
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

riscv/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

riscv/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "riscv"
33
version = "0.13.0"
44
edition = "2021"
5-
rust-version = "1.61"
5+
rust-version = "1.67"
66
repository = "https://github.com/rust-embedded/riscv"
77
authors = ["The RISC-V Team <[email protected]>"]
88
categories = ["embedded", "hardware-support", "no-std"]

0 commit comments

Comments
 (0)