File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1111 strategy :
1212 matrix :
1313 os : [ macos-latest, ubuntu-latest, windows-latest ]
14- toolchain : [ stable, nightly, 1.67 .0 ]
14+ toolchain : [ stable, nightly, 1.85 .0 ]
1515 include :
1616 # Nightly is only for reference and allowed to fail
1717 - rust : nightly
Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55
66## [ Unreleased]
77
8+ ### Changed
9+
10+ - Update to Rust edition 2024 (MSRV 1.85)
11+
812## [ v0.1.2] - 2025-06-10
913
1014### Fixed
Original file line number Diff line number Diff line change 11[package ]
22name = " riscv-target-parser"
33version = " 0.1.2"
4- rust-version = " 1.61 "
4+ rust-version = " 1.85 "
55repository = " https://github.com/rust-embedded/riscv"
66authors = [" The RISC-V Team <risc-v@teams.rust-embedded.org>" ]
77categories = [" embedded" , " no-std" ]
88description = " Parser for RISC-V target specifications"
99documentation = " https://docs.rs/riscv-target-parser"
1010keywords = [" riscv" , " build" ]
1111license = " ISC"
12- edition = " 2021 "
12+ edition = " 2024 "
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.61 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