File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55
66## [ Unreleased]
77
8+ ## [ v0.2.1] - 2025-09-04
9+
810### Changed
911
12+ - Update riscv to 0.15.0.
1013- Use ` cfg(any(target_arch = "riscv32", target_arch = "riscv64")) ` instead of ` cfg(riscv) ` .
1114
1215### Removed
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0"
1212name = " riscv-semihosting"
1313readme = " README.md"
1414repository = " https://github.com/riscv-rust/riscv"
15- version = " 0.2.0 "
15+ version = " 0.2.1 "
1616edition = " 2021"
1717rust-version = " 1.67"
1818
@@ -24,4 +24,4 @@ default = ["jlink-quirks"]
2424
2525[dependencies ]
2626critical-section = " 1.2.0"
27- riscv = { path = " ../riscv" , version = " 0.14 .0" }
27+ riscv = { path = " ../riscv" , version = " 0.15 .0" }
You can’t perform that action at this time.
0 commit comments