Skip to content

Commit 6f7b3b7

Browse files
committed
Adapt riscv-pac to edition 2024
1 parent 55756a5 commit 6f7b3b7

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

riscv-pac/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
### Changed
11+
12+
- Update to Rust edition 2024 (MSRV 1.85)
13+
1014
## [v0.2.0] - 2024-10-19
1115

1216
### Added

riscv-pac/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
22
name = "riscv-pac"
33
version = "0.2.0"
4-
edition = "2021"
5-
rust-version = "1.60"
4+
edition = "2024"
5+
rust-version = "1.85"
66
repository = "https://github.com/rust-embedded/riscv"
77
authors = ["The RISC-V Team <risc-v@teams.rust-embedded.org>"]
88
categories = ["embedded", "hardware-support", "no-std"]

riscv-pac/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This project is developed and maintained by the [RISC-V team][team].
1111

1212
## Minimum Supported Rust Version (MSRV)
1313

14-
This crate is guaranteed to compile on stable Rust 1.60 and up. It *might*
14+
This crate is guaranteed to compile on stable Rust 1.85 and up. It **won't**
1515
compile with older versions but that may change in any new patch release.
1616

1717
## License

0 commit comments

Comments
 (0)