We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb712aa + 15d4b91 commit 257c3d6Copy full SHA for 257c3d6
riscv-target-parser/CHANGELOG.md
@@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
5
6
## [Unreleased]
7
8
+## [v0.1.3] - 2025-09-29
9
+
10
### Fixed
11
12
- Skip the 'relax' target feature when parsing extensions
riscv-target-parser/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "riscv-target-parser"
3
-version = "0.1.2"
+version = "0.1.3"
4
rust-version = "1.61"
repository = "https://github.com/rust-embedded/riscv"
authors = ["The RISC-V Team <[email protected]>"]
0 commit comments