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 bdf59cc commit 49c0543Copy full SHA for 49c0543
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
8
## [Unreleased]
9
10
+## [v0.10.1] - 2023-01-18
11
+
12
### Fixed
13
14
- Fix implementation for `SingleHartCriticalSection`
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "riscv"
3
-version = "0.10.0"
+version = "0.10.1"
4
edition = "2021"
5
rust-version = "1.59"
6
repository = "https://github.com/rust-embedded/riscv"
0 commit comments