File tree Expand file tree Collapse file tree 5 files changed +5
-6
lines changed Expand file tree Collapse file tree 5 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
- ## [ v0.4.0] - 2025-09-04
10
+ ## [ v0.4.0] - 2025-09-08
11
11
12
12
### Added
13
13
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
- ## [ v0.16.0] - 2025-09-04
10
+ ## [ v0.16.0] - 2025-09-08
11
11
12
12
### Added
13
13
Original file line number Diff line number Diff line change @@ -5,11 +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
8
+ ## [ v0.2.1] - 2025-09-08
9
9
10
10
### Changed
11
11
12
- - Update riscv to 0.15.0 .
12
+ - Removed ` riscv ` dependency, as it was unused .
13
13
- Use ` cfg(any(target_arch = "riscv32", target_arch = "riscv64")) ` instead of ` cfg(riscv) ` .
14
14
15
15
### Removed
Original file line number Diff line number Diff line change @@ -24,4 +24,3 @@ default = ["jlink-quirks"]
24
24
25
25
[dependencies ]
26
26
critical-section = " 1.2.0"
27
- riscv = { path = " ../riscv" , version = " 0.15.0" }
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
- ## [ v0.15.0] - 2025-09-04
10
+ ## [ v0.15.0] - 2025-09-08
11
11
12
12
### Added
13
13
You can’t perform that action at this time.
0 commit comments