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 11
11
strategy :
12
12
matrix :
13
13
os : [ macos-latest, ubuntu-latest, windows-latest ]
14
- toolchain : [ stable, nightly, 1.67 .0 ]
14
+ toolchain : [ stable, nightly, 1.85 .0 ]
15
15
include :
16
16
# Nightly is only for reference and allowed to fail
17
17
- 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/).
5
5
6
6
## [ Unreleased]
7
7
8
+ ### Changed
9
+
10
+ - Update to Rust edition 2024 (MSRV 1.85)
11
+
8
12
## [ v0.1.2] - 2025-06-10
9
13
10
14
### Fixed
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " riscv-target-parser"
3
3
version = " 0.1.2"
4
- rust-version = " 1.61 "
4
+ rust-version = " 1.85 "
5
5
repository = " https://github.com/rust-embedded/riscv"
6
6
authors = [" The RISC-V Team <risc-v@teams.rust-embedded.org>" ]
7
7
categories = [" embedded" , " no-std" ]
8
8
description = " Parser for RISC-V target specifications"
9
9
documentation = " https://docs.rs/riscv-target-parser"
10
10
keywords = [" riscv" , " build" ]
11
11
license = " 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].
11
11
12
12
## Minimum Supported Rust Version (MSRV)
13
13
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 * *
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