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/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ### Changed
11
+
12
+ - Update to Rust edition 2024 (MSRV 1.85)
13
+
10
14
## [ v0.2.0] - 2024-10-19
11
15
12
16
### Added
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " riscv-pac"
3
3
version = " 0.2.0"
4
- edition = " 2021 "
5
- rust-version = " 1.60 "
4
+ edition = " 2024 "
5
+ rust-version = " 1.85 "
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" ]
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].
11
11
12
12
## Minimum Supported Rust Version (MSRV)
13
13
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 * *
15
15
compile with older versions but that may change in any new patch release.
16
16
17
17
## License
You can’t perform that action at this time.
0 commit comments