We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6644fa5 commit d66bf9fCopy full SHA for d66bf9f
riscv-rt/CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
8
## [Unreleased]
9
10
+### Changed
11
+
12
+- Update `riscv` to version 0.10
13
14
## [v0.10.0] - 2022-11-04
15
16
### Added
riscv-rt/Cargo.toml
@@ -15,7 +15,7 @@ s-mode = []
[dependencies]
17
r0 = "1.0.0"
18
-riscv = "0.9"
+riscv = "0.10"
19
riscv-rt-macros = { path = "macros", version = "0.2.0" }
20
21
[dev-dependencies]
0 commit comments