Skip to content

Commit d66bf9f

Browse files
committed
update to riscv 0.10
1 parent 6644fa5 commit d66bf9f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

riscv-rt/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
### Changed
11+
12+
- Update `riscv` to version 0.10
13+
1014
## [v0.10.0] - 2022-11-04
1115

1216
### Added

riscv-rt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ s-mode = []
1515

1616
[dependencies]
1717
r0 = "1.0.0"
18-
riscv = "0.9"
18+
riscv = "0.10"
1919
riscv-rt-macros = { path = "macros", version = "0.2.0" }
2020

2121
[dev-dependencies]

0 commit comments

Comments
 (0)