Publish latest riscv-rt patch on crates.io
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
+## [v0.12.1] - 2024-01-24
+
### Added
- Patch in assembly code to avoid spurious errors from LLVM
@@ -1,6 +1,6 @@
[package]
name = "riscv-rt"
-version = "0.12.0"
+version = "0.12.1"
rust-version = "1.60"
repository = "https://github.com/rust-embedded/riscv"
authors = ["The RISC-V Team <risc-v@teams.rust-embedded.org>"]