File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11[package ]
22name = " riscv-pac"
33version = " 0.2.0"
4- edition = " 2021 "
5- rust-version = " 1.60 "
4+ edition = " 2024 "
5+ rust-version = " 1.85 "
66repository = " https://github.com/rust-embedded/riscv"
77authors = [" The RISC-V Team <risc-v@teams.rust-embedded.org>" ]
88categories = [" embedded" , " hardware-support" , " no-std" ]
Original file line number Diff line number Diff 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 * *
1515compile with older versions but that may change in any new patch release.
1616
1717## License
You can’t perform that action at this time.
0 commit comments