Skip to content

Commit 2d90e00

Browse files
committed
riscv-semihosting: remove riscv dependency
1 parent 9926a3d commit 2d90e00

File tree

5 files changed

+5
-6
lines changed

5 files changed

+5
-6
lines changed

riscv-peripheral/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10-
## [v0.4.0] - 2025-09-04
10+
## [v0.4.0] - 2025-09-08
1111

1212
### Added
1313

riscv-rt/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10-
## [v0.16.0] - 2025-09-04
10+
## [v0.16.0] - 2025-09-08
1111

1212
### Added
1313

riscv-semihosting/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

66
## [Unreleased]
77

8-
## [v0.2.1] - 2025-09-04
8+
## [v0.2.1] - 2025-09-08
99

1010
### Changed
1111

12-
- Update riscv to 0.15.0.
12+
- Removed `riscv` dependency, as it was unused.
1313
- Use `cfg(any(target_arch = "riscv32", target_arch = "riscv64"))` instead of `cfg(riscv)`.
1414

1515
### Removed

riscv-semihosting/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,3 @@ default = ["jlink-quirks"]
2424

2525
[dependencies]
2626
critical-section = "1.2.0"
27-
riscv = { path = "../riscv", version = "0.15.0" }

riscv/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10-
## [v0.15.0] - 2025-09-04
10+
## [v0.15.0] - 2025-09-08
1111

1212
### Added
1313

0 commit comments

Comments
 (0)