Skip to content

Commit 5ca859b

Browse files
committed
riscv-semihosting v0.2.1
1 parent c2d70e3 commit 5ca859b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

riscv-semihosting/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

riscv-semihosting/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0"
1212
name = "riscv-semihosting"
1313
readme = "README.md"
1414
repository = "https://github.com/riscv-rust/riscv"
15-
version = "0.2.0"
15+
version = "0.2.1"
1616
edition = "2021"
1717
rust-version = "1.67"
1818

@@ -24,4 +24,4 @@ default = ["jlink-quirks"]
2424

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

0 commit comments

Comments
 (0)