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/).
5
5
6
6
## [ Unreleased]
7
7
8
+ ## [ v0.2.1] - 2025-09-04
9
+
8
10
### Changed
9
11
12
+ - Update riscv to 0.15.0.
10
13
- Use ` cfg(any(target_arch = "riscv32", target_arch = "riscv64")) ` instead of ` cfg(riscv) ` .
11
14
12
15
### Removed
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0"
12
12
name = " riscv-semihosting"
13
13
readme = " README.md"
14
14
repository = " https://github.com/riscv-rust/riscv"
15
- version = " 0.2.0 "
15
+ version = " 0.2.1 "
16
16
edition = " 2021"
17
17
rust-version = " 1.67"
18
18
@@ -24,4 +24,4 @@ default = ["jlink-quirks"]
24
24
25
25
[dependencies ]
26
26
critical-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